#DE6AD7

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

Shades of Orchid #DE6AD7

Tints of Orchid #DE6AD7

Color information

#DE6AD7 (or 0xDE6AD7) is unknown color: approx Orchid. HEX triplet: DE, 6A and D7. RGB value is (222,106,215). Sum of RGB (Red+Green+Blue) = 222+106+215=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AD7 is #219528. Grayscale: #989898. Windows color (decimal): -2200873 or 14117598. OLE color: 14117598.

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

Color convert

RGB222106215-
CMYK00.520.030.13
HSL303.62º63.74%64.31%-
HSV(B)303.62º52.25%87.06%-
XYZ47.5430.7467.72-
YUV153.11162.93177.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=40.88%
G=19.52%
B=39.59%

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
Decimal22210621500.520.030.13303.6263.7464.31
HexDE6AD70343D1304040
Octal336152327064315460100100
Binary11011110110101011010111011010011110110011000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AD7; }

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

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

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

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

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

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

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

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