#D981D1

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

Shades of Orchid #D981D1

Tints of Orchid #D981D1

Color information

#D981D1 (or 0xD981D1) is unknown color: approx Orchid. HEX triplet: D9, 81 and D1. RGB value is (217,129,209). Sum of RGB (Red+Green+Blue) = 217+129+209=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D981D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981D1 is #267E2E. Grayscale: #A4A4A4. Windows color (decimal): -2522671 or 13730265. OLE color: 13730265.

HSL color Cylindrical-coordinate representation of color #D981D1: hue angle of 305.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981D1 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217129209-
CMYK00.410.040.15
HSL305.45º53.66%67.84%-
HSV(B)305.45º40.55%85.1%-
XYZ47.9735.0664.56-
YUV164.43153.15165.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=39.10%
G=23.24%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920900.410.040.15305.4553.6667.84
HexD981D10294F1313644
Octal33120132105141746166104
Binary110110011000000111010001010100110011111001100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981D1; }

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

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

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

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

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

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

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

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