#DE69C5

Color #DE69C5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DE69C5

Tints of Orchid #DE69C5

Color information

#DE69C5 (or 0xDE69C5) is unknown color: approx Orchid. HEX triplet: DE, 69 and C5. RGB value is (222,105,197). Sum of RGB (Red+Green+Blue) = 222+105+197=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69C5 is #21963A. Grayscale: #969696. Windows color (decimal): -2201147 or 12937694. OLE color: 12937694.

HSL color Cylindrical-coordinate representation of color #DE69C5: hue angle of 312.82º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE69C5 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222105197-
CMYK00.530.110.13
HSL312.82º63.93%64.12%-
HSV(B)312.82º52.7%87.06%-
XYZ45.2529.6656.16-
YUV150.47154.26179.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=42.37%
G=20.04%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210519700.530.110.13312.8263.9364.12
HexDE69C5035BD1394040
Octal3361513050651315471100100
Binary1101111011010011100010101101011011110110011100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69C5; }

 p { color: rgb(222,105,197); }

 H1.HeaderClassName
 {
   color: #DE69C5;
 }
 .AnyTagClassName
 {
   color: #DE69C5;
 }
</style>
background-color css

<style>
 a { background-color: #DE69C5; }

 a { background-color: rgb(222,105,197); }

 div.DivClassName
 {
   background-color: #DE69C5;
 }
 .BgClassName
 {
   background-color: #DE69C5;
 }
</style>
border-color css

<style>
 span { border-color: #DE69C5; }

 span { border-color: rgb(222,105,197); }

 td.TdClassName
 {
   border-color: #DE69C5;
 }
 .TagClassName
 {
   border-color: #DE69C5;
 }
</style>