#D587CE

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

Shades of Orchid #D587CE

Tints of Orchid #D587CE

Color information

#D587CE (or 0xD587CE) is unknown color: approx Orchid. HEX triplet: D5, 87 and CE. RGB value is (213,135,206). Sum of RGB (Red+Green+Blue) = 213+135+206=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CE is #2A7831. Grayscale: #A6A6A6. Windows color (decimal): -2783282 or 13535189. OLE color: 13535189.

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

Color convert

RGB213135206-
CMYK00.370.030.16
HSL305.38º48.15%68.24%-
HSV(B)305.38º36.62%83.53%-
XYZ47.2535.9362.84-
YUV166.42150.34161.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=38.45%
G=24.37%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313520600.370.030.16305.3848.1568.24
HexD587CE0253101313044
Octal32520731604532046160104
Binary110101011000011111001110010010111100001001100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587CE; }

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

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

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

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

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

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

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

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