#DE83D7

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

Shades of Orchid #DE83D7

Tints of Orchid #DE83D7

Color information

#DE83D7 (or 0xDE83D7) is unknown color: approx Orchid. HEX triplet: DE, 83 and D7. RGB value is (222,131,215). Sum of RGB (Red+Green+Blue) = 222+131+215=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83D7 is #217C28. Grayscale: #A7A7A7. Windows color (decimal): -2194473 or 14123998. OLE color: 14123998.

HSL color Cylindrical-coordinate representation of color #DE83D7: hue angle of 304.62º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE83D7 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222131215-
CMYK00.410.030.13
HSL304.62º57.96%69.22%-
HSV(B)304.62º40.99%87.06%-
XYZ50.5136.6768.71-
YUV167.78154.65166.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=39.08%
G=23.06%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213121500.410.030.13304.6257.9669.22
HexDE83D70293D1313a45
Octal33620332705131546172105
Binary11011110100000111101011101010011111011001100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83D7; }

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

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

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

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

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

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

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

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