#D587DA

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

Shades of Orchid #D587DA

Tints of Orchid #D587DA

Color information

#D587DA (or 0xD587DA) is unknown color: approx Orchid. HEX triplet: D5, 87 and DA. RGB value is (213,135,218). Sum of RGB (Red+Green+Blue) = 213+135+218=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D587DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DA is #2A7825. Grayscale: #A7A7A7. Windows color (decimal): -2783270 or 14321621. OLE color: 14321621.

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

Color convert

RGB213135218-
CMYK0.020.3800.15
HSL296.39º52.87%69.22%-
HSV(B)296.39º38.07%85.49%-
XYZ48.7636.5470.81-
YUV167.78156.34160.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 135 (53.12% from 255) = 23.85%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=37.63%
G=23.85%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131352180.020.3800.15296.3952.8769.22
HexD587DA2260F1283545
Octal32520733224601745065105
Binary11010101100001111101101010100110011111001010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587DA; }

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

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

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

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

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

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

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

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