#DF80C9

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

Shades of Orchid #DF80C9

Tints of Orchid #DF80C9

Color information

#DF80C9 (or 0xDF80C9) is unknown color: approx Orchid. HEX triplet: DF, 80 and C9. RGB value is (223,128,201). Sum of RGB (Red+Green+Blue) = 223+128+201=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C9 is #207F36. Grayscale: #A4A4A4. Windows color (decimal): -2129719 or 13205727. OLE color: 13205727.

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

Color convert

RGB223128201-
CMYK00.430.100.13
HSL313.89º59.75%68.82%-
HSV(B)313.89º42.6%87.45%-
XYZ48.6935.3459.51-
YUV164.73148.47169.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=40.40%
G=23.19%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312820100.430.100.13313.8959.7568.82
HexDF80C902BAD13a3c45
Octal337200311053121547274105
Binary1101111110000000110010010101011101011011001110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80C9; }

 p { color: rgb(223,128,201); }

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

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

 a { background-color: rgb(223,128,201); }

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

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

 span { border-color: rgb(223,128,201); }

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