#D981CD

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

Shades of Orchid #D981CD

Tints of Orchid #D981CD

Color information

#D981CD (or 0xD981CD) is unknown color: approx Orchid. HEX triplet: D9, 81 and CD. RGB value is (217,129,205). Sum of RGB (Red+Green+Blue) = 217+129+205=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CD is #267E32. Grayscale: #A3A3A3. Windows color (decimal): -2522675 or 13468121. OLE color: 13468121.

HSL color Cylindrical-coordinate representation of color #D981CD: hue angle of 308.18º 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 #D981CD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217129205-
CMYK00.410.060.15
HSL308.18º53.66%67.84%-
HSV(B)308.18º40.55%85.1%-
XYZ47.4834.8661.98-
YUV163.98151.15165.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=39.38%
G=23.41%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920500.410.060.15308.1853.6667.84
HexD981CD0296F1343644
Octal33120131505161746466104
Binary110110011000000111001101010100111011111001101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981CD; }

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

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

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

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

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

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

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

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