#D987DA

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

Shades of Orchid #D987DA

Tints of Orchid #D987DA

Color information

#D987DA (or 0xD987DA) is unknown color: approx Orchid. HEX triplet: D9, 87 and DA. RGB value is (217,135,218). Sum of RGB (Red+Green+Blue) = 217+135+218=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D987DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DA is #267825. Grayscale: #A8A8A8. Windows color (decimal): -2521126 or 14321625. OLE color: 14321625.

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

Color convert

RGB217135218-
CMYK0.000.3800.15
HSL299.28º52.87%69.22%-
HSV(B)299.28º38.07%85.49%-
XYZ49.9337.1470.87-
YUV168.98155.67162.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=38.07%
G=23.68%
B=38.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171352180.000.3800.15299.2852.8769.22
HexD987DA0260F12b3545
Octal33120733204601745365105
Binary1101100110000111110110100100110011111001010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987DA; }

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

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

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

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

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

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

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

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