#D981CE

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

Shades of Orchid #D981CE

Tints of Orchid #D981CE

Color information

#D981CE (or 0xD981CE) is unknown color: approx Orchid. HEX triplet: D9, 81 and CE. RGB value is (217,129,206). Sum of RGB (Red+Green+Blue) = 217+129+206=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CE is #267E31. Grayscale: #A3A3A3. Windows color (decimal): -2522674 or 13533657. OLE color: 13533657.

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

Color convert

RGB217129206-
CMYK00.410.050.15
HSL307.5º53.66%67.84%-
HSV(B)307.5º40.55%85.1%-
XYZ47.6134.9162.62-
YUV164.09151.65165.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=39.31%
G=23.37%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920600.410.050.15307.553.6667.84
HexD981CE0295F1343644
Octal33120131605151746466104
Binary110110011000000111001110010100110111111001101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981CE; }

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

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

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

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

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

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

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

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