#DE6ABD

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

Shades of Orchid #DE6ABD

Tints of Orchid #DE6ABD

Color information

#DE6ABD (or 0xDE6ABD) is unknown color: approx Orchid. HEX triplet: DE, 6A and BD. RGB value is (222,106,189). Sum of RGB (Red+Green+Blue) = 222+106+189=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABD is #219542. Grayscale: #959595. Windows color (decimal): -2200899 or 12413662. OLE color: 12413662.

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

Color convert

RGB222106189-
CMYK00.520.150.13
HSL317.07º63.74%64.31%-
HSV(B)317.07º52.25%87.06%-
XYZ44.4629.5151.5-
YUV150.15149.93179.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=42.94%
G=20.50%
B=36.56%

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
Decimal22210618900.520.150.13317.0763.7464.31
HexDE6ABD034FD13d4040
Octal3361522750641715475100100
Binary1101111011010101011110101101001111110110011110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6ABD; }

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

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

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

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

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

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

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

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