#D587CD

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

Shades of Orchid #D587CD

Tints of Orchid #D587CD

Color information

#D587CD (or 0xD587CD) is unknown color: approx Orchid. HEX triplet: D5, 87 and CD. RGB value is (213,135,205). Sum of RGB (Red+Green+Blue) = 213+135+205=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CD is #2A7832. Grayscale: #A6A6A6. Windows color (decimal): -2783283 or 13469653. OLE color: 13469653.

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

Color convert

RGB213135205-
CMYK00.370.040.16
HSL306.15º48.15%68.24%-
HSV(B)306.15º36.62%83.53%-
XYZ47.1235.8862.2-
YUV166.3149.84161.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=38.52%
G=24.41%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313520500.370.040.16306.1548.1568.24
HexD587CD0254101323044
Octal32520731504542046260104
Binary1101010110000111110011010100101100100001001100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587CD; }

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

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

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

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

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

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

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

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