#DF80CA

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

Shades of Orchid #DF80CA

Tints of Orchid #DF80CA

Color information

#DF80CA (or 0xDF80CA) is unknown color: approx Orchid. HEX triplet: DF, 80 and CA. RGB value is (223,128,202). Sum of RGB (Red+Green+Blue) = 223+128+202=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CA is #207F35. Grayscale: #A4A4A4. Windows color (decimal): -2129718 or 13271263. OLE color: 13271263.

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

Color convert

RGB223128202-
CMYK00.430.090.13
HSL313.26º59.75%68.82%-
HSV(B)313.26º42.6%87.45%-
XYZ48.8135.3960.14-
YUV164.84148.97169.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=40.33%
G=23.15%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312820200.430.090.13313.2659.7568.82
HexDF80CA02B9D1393c45
Octal337200312053111547174105
Binary1101111110000000110010100101011100111011001110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80CA; }

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

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

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

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

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

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

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

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