#D987C9

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

Shades of Orchid #D987C9

Tints of Orchid #D987C9

Color information

#D987C9 (or 0xD987C9) is unknown color: approx Orchid. HEX triplet: D9, 87 and C9. RGB value is (217,135,201). Sum of RGB (Red+Green+Blue) = 217+135+201=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C9 is #267836. Grayscale: #A6A6A6. Windows color (decimal): -2521143 or 13207513. OLE color: 13207513.

HSL color Cylindrical-coordinate representation of color #D987C9: hue angle of 311.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987C9 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217135201-
CMYK00.380.070.15
HSL311.71º51.9%69.02%-
HSV(B)311.71º37.79%85.1%-
XYZ47.8236.359.74-
YUV167.04147.17163.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=39.24%
G=24.41%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713520100.380.070.15311.7151.969.02
HexD987C90267F1383445
Octal33120731104671747064105
Binary110110011000011111001001010011011111111001110001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987C9; }

 p { color: rgb(217,135,201); }

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

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

 a { background-color: rgb(217,135,201); }

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

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

 span { border-color: rgb(217,135,201); }

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