#d987db

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

Shades of Orchid #D987DB

Tints of Orchid #D987DB

Color information

#D987DB (or 0xD987DB) is unknown color: approx Orchid. HEX triplet: D9, 87 and DB. RGB value is (217,135,219). Sum of RGB (Red+Green+Blue) = 217+135+219=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D987DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DB is #267824. Grayscale: #A8A8A8. Windows color (decimal): -2521125 or 14387161. OLE color: 14387161.

HSL color Cylindrical-coordinate representation of color #D987DB: hue angle of 298.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217135219-
CMYK0.010.3800.14
HSL298.57º53.85%69.41%-
HSV(B)298.57º38.36%85.88%-
XYZ50.0737.1971.56-
YUV169.09156.17162.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=38.00%
G=23.64%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171352190.010.3800.14298.5753.8569.41
HexD987DB1260E12b3645
Octal33120733314601645366105
Binary1101100110000111110110111100110011101001010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d987db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d987db; }

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

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

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

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

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

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

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

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