#D981DE

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

Shades of Orchid #D981DE

Tints of Orchid #D981DE

Color information

#D981DE (or 0xD981DE) is unknown color: approx Orchid. HEX triplet: D9, 81 and DE. RGB value is (217,129,222). Sum of RGB (Red+Green+Blue) = 217+129+222=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D981DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DE is #267E21. Grayscale: #A5A5A5. Windows color (decimal): -2522658 or 14582233. OLE color: 14582233.

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

Color convert

RGB217129222-
CMYK0.020.4200.13
HSL296.77º58.49%68.82%-
HSV(B)296.77º41.89%87.06%-
XYZ49.6535.7373.39-
YUV165.91159.65164.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=38.20%
G=22.71%
B=39.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171292220.020.4200.13296.7758.4968.82
HexD981DE22A0D1293a45
Octal33120133625201545172105
Binary11011001100000011101111010101010011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981DE; }

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

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

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

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

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

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

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

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