#DE80DC

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

Shades of Orchid #DE80DC

Tints of Orchid #DE80DC

Color information

#DE80DC (or 0xDE80DC) is unknown color: approx Orchid. HEX triplet: DE, 80 and DC. RGB value is (222,128,220). Sum of RGB (Red+Green+Blue) = 222+128+220=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80DC is #217F23. Grayscale: #A6A6A6. Windows color (decimal): -2195236 or 14450910. OLE color: 14450910.

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

Color convert

RGB222128220-
CMYK00.420.010.13
HSL301.28º58.75%68.63%-
HSV(B)301.28º42.34%87.06%-
XYZ50.7636.1472.01-
YUV166.59158.14167.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=38.95%
G=22.46%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212822000.420.010.13301.2858.7568.63
HexDE80DC02A1D12d3b45
Octal33620033405211545573105
Binary1101111010000000110111000101010111011001011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80DC; }

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

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

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

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

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

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

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

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