#DE6DCC

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

Shades of Orchid #DE6DCC

Tints of Orchid #DE6DCC

Color information

#DE6DCC (or 0xDE6DCC) is unknown color: approx Orchid. HEX triplet: DE, 6D and CC. RGB value is (222,109,204). Sum of RGB (Red+Green+Blue) = 222+109+204=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DCC is #219233. Grayscale: #999999. Windows color (decimal): -2200116 or 13397470. OLE color: 13397470.

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

Color convert

RGB222109204-
CMYK00.510.080.13
HSL309.56º63.13%64.9%-
HSV(B)309.56º50.9%87.06%-
XYZ46.4930.8360.63-
YUV153.62156.44176.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 109 (42.97% from 255) = 20.37%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=41.50%
G=20.37%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210920400.510.080.13309.5663.1364.9
HexDE6DCC0338D1363f41
Octal336155314063101546677101
Binary110111101101101110011000110011100011011001101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DCC; }

 p { color: rgb(222,109,204); }

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

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

 a { background-color: rgb(222,109,204); }

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

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

 span { border-color: rgb(222,109,204); }

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