#DF80CE

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

Shades of Orchid #DF80CE

Tints of Orchid #DF80CE

Color information

#DF80CE (or 0xDF80CE) is unknown color: approx Orchid. HEX triplet: DF, 80 and CE. RGB value is (223,128,206). Sum of RGB (Red+Green+Blue) = 223+128+206=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CE is #207F31. Grayscale: #A5A5A5. Windows color (decimal): -2129714 or 13533407. OLE color: 13533407.

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

Color convert

RGB223128206-
CMYK00.430.080.13
HSL310.74º59.75%68.82%-
HSV(B)310.74º42.6%87.45%-
XYZ49.2935.5862.66-
YUV165.3150.97169.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=40.04%
G=22.98%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312820600.430.080.13310.7459.7568.82
HexDF80CE02B8D1373c45
Octal337200316053101546774105
Binary1101111110000000110011100101011100011011001101111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80CE; }

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

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

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

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

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

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

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

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