#DE66D4

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

Shades of Orchid #DE66D4

Tints of Orchid #DE66D4

Color information

#DE66D4 (or 0xDE66D4) is unknown color: approx Orchid. HEX triplet: DE, 66 and D4. RGB value is (222,102,212). Sum of RGB (Red+Green+Blue) = 222+102+212=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66D4 is #21992B. Grayscale: #969696. Windows color (decimal): -2201900 or 13919966. OLE color: 13919966.

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

Color convert

RGB222102212-
CMYK00.540.050.13
HSL305º64.52%63.53%-
HSV(B)305º54.05%87.06%-
XYZ46.7629.7965.57-
YUV150.42162.76179.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=41.42%
G=19.03%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210221200.540.050.1330564.5263.53
HexDE66D40365D1314140
Octal336146324066515461101100
Binary110111101100110110101000110110101110110011000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE66D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE66D4; }

 p { color: rgb(222,102,212); }

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

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

 a { background-color: rgb(222,102,212); }

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

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

 span { border-color: rgb(222,102,212); }

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