#D587D6

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

Shades of Orchid #D587D6

Tints of Orchid #D587D6

Color information

#D587D6 (or 0xD587D6) is unknown color: approx Orchid. HEX triplet: D5, 87 and D6. RGB value is (213,135,214). Sum of RGB (Red+Green+Blue) = 213+135+214=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #D587D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587D6 is #2A7829. Grayscale: #A7A7A7. Windows color (decimal): -2783274 or 14059477. OLE color: 14059477.

HSL color Cylindrical-coordinate representation of color #D587D6: hue angle of 299.24º degrees, saturation: 0.49, 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 #D587D6 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213135214-
CMYK0.000.3700.16
HSL299.24º49.07%68.43%-
HSV(B)299.24º36.92%83.92%-
XYZ48.2436.3368.09-
YUV167.33154.34160.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=37.90%
G=24.02%
B=38.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131352140.000.3700.16299.2449.0768.43
HexD587D602501012b3144
Octal32520732604502045361104
Binary11010101100001111101011001001010100001001010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587D6; }

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

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

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

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

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

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

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

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