#d487db

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

Shades of Orchid #D487DB

Tints of Orchid #D487DB

Color information

#D487DB (or 0xD487DB) is unknown color: approx Orchid. HEX triplet: D4, 87 and DB. RGB value is (212,135,219). Sum of RGB (Red+Green+Blue) = 212+135+219=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D487DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DB is #2B7824. Grayscale: #A7A7A7. Windows color (decimal): -2848805 or 14387156. OLE color: 14387156.

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

Color convert

RGB212135219-
CMYK0.030.3800.14
HSL295º53.85%69.41%-
HSV(B)295º38.36%85.88%-
XYZ48.636.4471.49-
YUV167.6157.01159.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 135 (53.12% from 255) = 23.85%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=37.46%
G=23.85%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121352190.030.3800.1429553.8569.41
HexD487DB3260E1273645
Octal32420733334601644766105
Binary11010100100001111101101111100110011101001001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d487db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d487db; }

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

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

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

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

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

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

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

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