#DF80CC

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

Shades of Orchid #DF80CC

Tints of Orchid #DF80CC

Color information

#DF80CC (or 0xDF80CC) is unknown color: approx Orchid. HEX triplet: DF, 80 and CC. RGB value is (223,128,204). Sum of RGB (Red+Green+Blue) = 223+128+204=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CC is #207F33. Grayscale: #A4A4A4. Windows color (decimal): -2129716 or 13402335. OLE color: 13402335.

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

Color convert

RGB223128204-
CMYK00.430.090.13
HSL312º59.75%68.82%-
HSV(B)312º42.6%87.45%-
XYZ49.0535.4961.39-
YUV165.07149.97169.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 128 (50.39% from 255) = 23.06%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=40.18%
G=23.06%
B=36.76%

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
Decimal22312820400.430.090.1331259.7568.82
HexDF80CC02B9D1383c45
Octal337200314053111547074105
Binary1101111110000000110011000101011100111011001110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80CC; }

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

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

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

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

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

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

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

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