#DE6DC9

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

Shades of Orchid #DE6DC9

Tints of Orchid #DE6DC9

Color information

#DE6DC9 (or 0xDE6DC9) is unknown color: approx Orchid. HEX triplet: DE, 6D and C9. RGB value is (222,109,201). Sum of RGB (Red+Green+Blue) = 222+109+201=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DC9 is #219236. Grayscale: #999999. Windows color (decimal): -2200119 or 13200862. OLE color: 13200862.

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

Color convert

RGB222109201-
CMYK00.510.090.13
HSL311.15º63.13%64.9%-
HSV(B)311.15º50.9%87.06%-
XYZ46.1430.6858.75-
YUV153.27154.94177.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=41.73%
G=20.49%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210920100.510.090.13311.1563.1364.9
HexDE6DC90339D1373f41
Octal336155311063111546777101
Binary110111101101101110010010110011100111011001101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DC9; }

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

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

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

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

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

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

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

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