#D987CC

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

Shades of Orchid #D987CC

Tints of Orchid #D987CC

Color information

#D987CC (or 0xD987CC) is unknown color: approx Orchid. HEX triplet: D9, 87 and CC. RGB value is (217,135,204). Sum of RGB (Red+Green+Blue) = 217+135+204=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CC is #267833. Grayscale: #A7A7A7. Windows color (decimal): -2521140 or 13404121. OLE color: 13404121.

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

Color convert

RGB217135204-
CMYK00.380.060.15
HSL309.51º51.9%69.02%-
HSV(B)309.51º37.79%85.1%-
XYZ48.1836.4461.62-
YUV167.38148.67163.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 135 (53.12% from 255) = 24.28%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=39.03%
G=24.28%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713520400.380.060.15309.5151.969.02
HexD987CC0266F1363445
Octal33120731404661746664105
Binary110110011000011111001100010011011011111001101101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987CC; }

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

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

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

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

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

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

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

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