#D585DF

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

Shades of Orchid #D585DF

Tints of Orchid #D585DF

Color information

#D585DF (or 0xD585DF) is unknown color: approx Orchid. HEX triplet: D5, 85 and DF. RGB value is (213,133,223). Sum of RGB (Red+Green+Blue) = 213+133+223=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D585DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DF is #2A7A20. Grayscale: #A6A6A6. Windows color (decimal): -2783777 or 14648789. OLE color: 14648789.

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

Color convert

RGB213133223-
CMYK0.040.4000.13
HSL293.33º58.44%69.8%-
HSV(B)293.33º40.36%87.45%-
XYZ49.1536.2574.22-
YUV167.18159.5160.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=37.43%
G=23.37%
B=39.19%

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
Decimal2131332230.040.4000.13293.3358.4469.8
HexD585DF4280D1253a46
Octal32520533745001544572106
Binary110101011000010111011111100101000011011001001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585DF; }

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

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

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

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

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

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

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

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