#D987CD

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

Shades of Orchid #D987CD

Tints of Orchid #D987CD

Color information

#D987CD (or 0xD987CD) is unknown color: approx Orchid. HEX triplet: D9, 87 and CD. RGB value is (217,135,205). Sum of RGB (Red+Green+Blue) = 217+135+205=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CD is #267832. Grayscale: #A7A7A7. Windows color (decimal): -2521139 or 13469657. OLE color: 13469657.

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

Color convert

RGB217135205-
CMYK00.380.060.15
HSL308.78º51.9%69.02%-
HSV(B)308.78º37.79%85.1%-
XYZ48.336.4962.25-
YUV167.5149.17163.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=38.96%
G=24.24%
B=36.80%

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
Decimal21713520500.380.060.15308.7851.969.02
HexD987CD0266F1353445
Octal33120731504661746564105
Binary110110011000011111001101010011011011111001101011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987CD; }

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

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

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

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

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

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

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

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