#DF81DB

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

Shades of Orchid #DF81DB

Tints of Orchid #DF81DB

Color information

#DF81DB (or 0xDF81DB) is unknown color: approx Orchid. HEX triplet: DF, 81 and DB. RGB value is (223,129,219). Sum of RGB (Red+Green+Blue) = 223+129+219=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DB is #207E24. Grayscale: #A7A7A7. Windows color (decimal): -2129445 or 14385631. OLE color: 14385631.

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

Color convert

RGB223129219-
CMYK00.420.020.13
HSL302.55º59.49%69.02%-
HSV(B)302.55º42.15%87.45%-
XYZ51.0736.571.37-
YUV167.37157.14167.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 129 (50.78% from 255) = 22.59%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=39.05%
G=22.59%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312921900.420.020.13302.5559.4969.02
HexDF81DB02A2D12f3b45
Octal33720133305221545773105
Binary11011111100000011101101101010101011011001011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81DB; }

 p { color: rgb(223,129,219); }

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

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

 a { background-color: rgb(223,129,219); }

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

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

 span { border-color: rgb(223,129,219); }

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