#D587DC

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

Shades of Orchid #D587DC

Tints of Orchid #D587DC

Color information

#D587DC (or 0xD587DC) is unknown color: approx Orchid. HEX triplet: D5, 87 and DC. RGB value is (213,135,220). Sum of RGB (Red+Green+Blue) = 213+135+220=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D587DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DC is #2A7823. Grayscale: #A7A7A7. Windows color (decimal): -2783268 or 14452693. OLE color: 14452693.

HSL color Cylindrical-coordinate representation of color #D587DC: hue angle of 295.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D587DC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213135220-
CMYK0.030.3900.14
HSL295.06º54.84%69.61%-
HSV(B)295.06º38.64%86.27%-
XYZ49.0236.6472.2-
YUV168.01157.34160.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=37.5%
G=23.77%
B=38.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131352200.030.3900.14295.0654.8469.61
HexD587DC3270E1273746
Octal32520733434701644767106
Binary11010101100001111101110011100111011101001001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D587DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D587DC; }

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

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

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

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

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

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

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

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