#DE80CC

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

Shades of Orchid #DE80CC

Tints of Orchid #DE80CC

Color information

#DE80CC (or 0xDE80CC) is unknown color: approx Orchid. HEX triplet: DE, 80 and CC. RGB value is (222,128,204). Sum of RGB (Red+Green+Blue) = 222+128+204=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80CC is #217F33. Grayscale: #A4A4A4. Windows color (decimal): -2195252 or 13402334. OLE color: 13402334.

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

Color convert

RGB222128204-
CMYK00.420.080.13
HSL311.49º58.75%68.63%-
HSV(B)311.49º42.34%87.06%-
XYZ48.7435.3361.38-
YUV164.77150.14168.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=40.07%
G=23.10%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212820400.420.080.13311.4958.7568.63
HexDE80CC02A8D1373b45
Octal336200314052101546773105
Binary1101111010000000110011000101010100011011001101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80CC; }

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

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

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

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

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

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

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

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