#D587D1

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

Shades of Orchid #D587D1

Tints of Orchid #D587D1

Color information

#D587D1 (or 0xD587D1) is unknown color: approx Orchid. HEX triplet: D5, 87 and D1. RGB value is (213,135,209). Sum of RGB (Red+Green+Blue) = 213+135+209=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D587D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587D1 is #2A782E. Grayscale: #A6A6A6. Windows color (decimal): -2783279 or 13731797. OLE color: 13731797.

HSL color Cylindrical-coordinate representation of color #D587D1: hue angle of 303.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587D1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213135209-
CMYK00.370.020.16
HSL303.08º48.15%68.24%-
HSV(B)303.08º36.62%83.53%-
XYZ47.6136.0864.78-
YUV166.76151.84160.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 135 (53.12% from 255) = 24.24%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=38.24%
G=24.24%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313520900.370.020.16303.0848.1568.24
HexD587D102521012f3044
Octal32520732104522045760104
Binary110101011000011111010001010010110100001001011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587D1; }

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

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

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

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

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

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

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

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