#D586DF

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

Shades of Orchid #D586DF

Tints of Orchid #D586DF

Color information

#D586DF (or 0xD586DF) is unknown color: approx Orchid. HEX triplet: D5, 86 and DF. RGB value is (213,134,223). Sum of RGB (Red+Green+Blue) = 213+134+223=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D586DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586DF is #2A7920. Grayscale: #A7A7A7. Windows color (decimal): -2783521 or 14649045. OLE color: 14649045.

HSL color Cylindrical-coordinate representation of color #D586DF: hue angle of 293.26º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D586DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213134223-
CMYK0.040.4000.13
HSL293.26º58.17%70%-
HSV(B)293.26º39.91%87.45%-
XYZ49.2836.5274.26-
YUV167.77159.17160.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=37.37%
G=23.51%
B=39.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131342230.040.4000.13293.2658.1770
HexD586DF4280D1253a46
Octal32520633745001544572106
Binary110101011000011011011111100101000011011001001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586DF; }

 p { color: rgb(213,134,223); }

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

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

 a { background-color: rgb(213,134,223); }

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

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

 span { border-color: rgb(213,134,223); }

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