#DE6CE2

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

Shades of Orchid #DE6CE2

Tints of Orchid #DE6CE2

Color information

#DE6CE2 (or 0xDE6CE2) is unknown color: approx Orchid. HEX triplet: DE, 6C and E2. RGB value is (222,108,226). Sum of RGB (Red+Green+Blue) = 222+108+226=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE6CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CE2 is #21931D. Grayscale: #9B9B9B. Windows color (decimal): -2200350 or 14839006. OLE color: 14839006.

HSL color Cylindrical-coordinate representation of color #DE6CE2: hue angle of 297.97º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6CE2 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222108226-
CMYK0.020.5200.11
HSL297.97º67.05%65.49%-
HSV(B)297.97º52.21%88.63%-
XYZ49.2131.7575.49-
YUV155.54167.77175.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 226 (88.67% from 255) = 40.65%
R=39.93%
G=19.42%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221082260.020.5200.11297.9767.0565.49
HexDE6CE22340B12a4341
Octal336154342264013452103101
Binary11011110110110011100010101101000101110010101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CE2; }

 p { color: rgb(222,108,226); }

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

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

 a { background-color: rgb(222,108,226); }

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

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

 span { border-color: rgb(222,108,226); }

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