#DE6ABC

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

Shades of Orchid #DE6ABC

Tints of Orchid #DE6ABC

Color information

#DE6ABC (or 0xDE6ABC) is unknown color: approx Orchid. HEX triplet: DE, 6A and BC. RGB value is (222,106,188). Sum of RGB (Red+Green+Blue) = 222+106+188=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABC is #219543. Grayscale: #959595. Windows color (decimal): -2200900 or 12348126. OLE color: 12348126.

HSL color Cylindrical-coordinate representation of color #DE6ABC: hue angle of 317.59º 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 #DE6ABC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB222106188-
CMYK00.520.150.13
HSL317.59º63.74%64.31%-
HSV(B)317.59º52.25%87.06%-
XYZ44.3629.4750.93-
YUV150.03149.43179.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=43.02%
G=20.54%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210618800.520.150.13317.5963.7464.31
HexDE6ABC034FD13e4040
Octal3361522740641715476100100
Binary1101111011010101011110001101001111110110011111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6ABC; }

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

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

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

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

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

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

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

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