#D981DF

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

Shades of Orchid #D981DF

Tints of Orchid #D981DF

Color information

#D981DF (or 0xD981DF) is unknown color: approx Orchid. HEX triplet: D9, 81 and DF. RGB value is (217,129,223). Sum of RGB (Red+Green+Blue) = 217+129+223=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D981DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DF is #267E20. Grayscale: #A5A5A5. Windows color (decimal): -2522657 or 14647769. OLE color: 14647769.

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

Color convert

RGB217129223-
CMYK0.030.4200.13
HSL296.17º59.49%69.02%-
HSV(B)296.17º42.15%87.45%-
XYZ49.7835.7874.09-
YUV166.03160.15164.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=38.14%
G=22.67%
B=39.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171292230.030.4200.13296.1759.4969.02
HexD981DF32A0D1283b45
Octal33120133735201545073105
Binary11011001100000011101111111101010011011001010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981DF; }

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

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

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

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

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

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

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

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