#DE6AD8

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

Shades of Orchid #DE6AD8

Tints of Orchid #DE6AD8

Color information

#DE6AD8 (or 0xDE6AD8) is unknown color: approx Orchid. HEX triplet: DE, 6A and D8. RGB value is (222,106,216). Sum of RGB (Red+Green+Blue) = 222+106+216=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AD8 is #219527. Grayscale: #989898. Windows color (decimal): -2200872 or 14183134. OLE color: 14183134.

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

Color convert

RGB222106216-
CMYK00.520.030.13
HSL303.1º63.74%64.31%-
HSV(B)303.1º52.25%87.06%-
XYZ47.6730.868.4-
YUV153.22163.43177.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 216 (84.77% from 255) = 39.71%
R=40.81%
G=19.49%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210621600.520.030.13303.163.7464.31
HexDE6AD80343D12f4040
Octal336152330064315457100100
Binary11011110110101011011000011010011110110010111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AD8; }

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

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

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

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

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

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

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

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