#DE6AC8

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

Shades of Orchid #DE6AC8

Tints of Orchid #DE6AC8

Color information

#DE6AC8 (or 0xDE6AC8) is unknown color: approx Orchid. HEX triplet: DE, 6A and C8. RGB value is (222,106,200). Sum of RGB (Red+Green+Blue) = 222+106+200=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AC8 is #219537. Grayscale: #979797. Windows color (decimal): -2200888 or 13134558. OLE color: 13134558.

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

Color convert

RGB222106200-
CMYK00.520.100.13
HSL311.38º63.74%64.31%-
HSV(B)311.38º52.25%87.06%-
XYZ45.730.0158.03-
YUV151.4155.43178.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=42.05%
G=20.08%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210620000.520.100.13311.3863.7464.31
HexDE6AC8034AD1374040
Octal3361523100641215467100100
Binary1101111011010101100100001101001010110110011011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AC8; }

 p { color: rgb(222,106,200); }

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

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

 a { background-color: rgb(222,106,200); }

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

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

 span { border-color: rgb(222,106,200); }

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