#df81d3

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

Shades of Orchid #DF81D3

Tints of Orchid #DF81D3

Color information

#DF81D3 (or 0xDF81D3) is unknown color: approx Orchid. HEX triplet: DF, 81 and D3. RGB value is (223,129,211). Sum of RGB (Red+Green+Blue) = 223+129+211=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81D3 is #207E2C. Grayscale: #A6A6A6. Windows color (decimal): -2129453 or 13861343. OLE color: 13861343.

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

Color convert

RGB223129211-
CMYK00.420.050.13
HSL307.66º59.49%69.02%-
HSV(B)307.66º42.15%87.45%-
XYZ50.0436.0965.96-
YUV166.45153.14168.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=39.61%
G=22.91%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312921100.420.050.13307.6659.4969.02
HexDF81D302A5D1343b45
Octal33720132305251546473105
Binary110111111000000111010011010101010111011001101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df81d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df81d3; }

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

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

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

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

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

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

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

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