#DE6DCA

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

Shades of Orchid #DE6DCA

Tints of Orchid #DE6DCA

Color information

#DE6DCA (or 0xDE6DCA) is unknown color: approx Orchid. HEX triplet: DE, 6D and CA. RGB value is (222,109,202). Sum of RGB (Red+Green+Blue) = 222+109+202=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DCA is #219235. Grayscale: #999999. Windows color (decimal): -2200118 or 13266398. OLE color: 13266398.

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

Color convert

RGB222109202-
CMYK00.510.090.13
HSL310.62º63.13%64.9%-
HSV(B)310.62º50.9%87.06%-
XYZ46.2530.7359.37-
YUV153.39155.44176.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 109 (42.97% from 255) = 20.45%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=41.65%
G=20.45%
B=37.90%

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
Decimal22210920200.510.090.13310.6263.1364.9
HexDE6DCA0339D1373f41
Octal336155312063111546777101
Binary110111101101101110010100110011100111011001101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DCA; }

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

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

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

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

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

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

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

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