#D987CA

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

Shades of Orchid #D987CA

Tints of Orchid #D987CA

Color information

#D987CA (or 0xD987CA) is unknown color: approx Orchid. HEX triplet: D9, 87 and CA. RGB value is (217,135,202). Sum of RGB (Red+Green+Blue) = 217+135+202=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CA is #267835. Grayscale: #A6A6A6. Windows color (decimal): -2521142 or 13273049. OLE color: 13273049.

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

Color convert

RGB217135202-
CMYK00.380.070.15
HSL310.98º51.9%69.02%-
HSV(B)310.98º37.79%85.1%-
XYZ47.9436.3460.37-
YUV167.16147.67163.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=39.17%
G=24.37%
B=36.46%

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
Decimal21713520200.380.070.15310.9851.969.02
HexD987CA0267F1373445
Octal33120731204671746764105
Binary110110011000011111001010010011011111111001101111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987CA; }

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

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

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

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

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

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

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

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