#DF80D2

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

Shades of Orchid #DF80D2

Tints of Orchid #DF80D2

Color information

#DF80D2 (or 0xDF80D2) is unknown color: approx Orchid. HEX triplet: DF, 80 and D2. RGB value is (223,128,210). Sum of RGB (Red+Green+Blue) = 223+128+210=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80D2 is #207F2D. Grayscale: #A5A5A5. Windows color (decimal): -2129710 or 13795551. OLE color: 13795551.

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

Color convert

RGB223128210-
CMYK00.430.060.13
HSL308.21º59.75%68.82%-
HSV(B)308.21º42.6%87.45%-
XYZ49.7835.7865.26-
YUV165.75152.97168.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=39.75%
G=22.82%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312821000.430.060.13308.2159.7568.82
HexDF80D202B6D1343c45
Octal33720032205361546474105
Binary110111111000000011010010010101111011011001101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80D2; }

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

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

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

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

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

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

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

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