#DF82D0

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

Shades of Orchid #DF82D0

Tints of Orchid #DF82D0

Color information

#DF82D0 (or 0xDF82D0) is unknown color: approx Orchid. HEX triplet: DF, 82 and D0. RGB value is (223,130,208). Sum of RGB (Red+Green+Blue) = 223+130+208=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82D0 is #207D2F. Grayscale: #A6A6A6. Windows color (decimal): -2129200 or 13664991. OLE color: 13664991.

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

Color convert

RGB223130208-
CMYK00.420.070.13
HSL309.68º59.24%69.22%-
HSV(B)309.68º41.7%87.45%-
XYZ49.836.2164.04-
YUV166.7151.31168.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=39.75%
G=23.17%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313020800.420.070.13309.6859.2469.22
HexDF82D002A7D1363b45
Octal33720232005271546673105
Binary110111111000001011010000010101011111011001101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82D0; }

 p { color: rgb(223,130,208); }

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

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

 a { background-color: rgb(223,130,208); }

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

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

 span { border-color: rgb(223,130,208); }

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