#DE83DC

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

Shades of Orchid #DE83DC

Tints of Orchid #DE83DC

Color information

#DE83DC (or 0xDE83DC) is unknown color: approx Orchid. HEX triplet: DE, 83 and DC. RGB value is (222,131,220). Sum of RGB (Red+Green+Blue) = 222+131+220=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83DC is #217C23. Grayscale: #A8A8A8. Windows color (decimal): -2194468 or 14451678. OLE color: 14451678.

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

Color convert

RGB222131220-
CMYK00.410.010.13
HSL301.32º57.96%69.22%-
HSV(B)301.32º40.99%87.06%-
XYZ51.1636.9372.14-
YUV168.36157.15166.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=38.74%
G=22.86%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213122000.410.010.13301.3257.9669.22
HexDE83DC0291D12d3a45
Octal33620333405111545572105
Binary1101111010000011110111000101001111011001011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83DC; }

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

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

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

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

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

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

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

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