#D584D9

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

Shades of Orchid #D584D9

Tints of Orchid #D584D9

Color information

#D584D9 (or 0xD584D9) is unknown color: approx Orchid. HEX triplet: D5, 84 and D9. RGB value is (213,132,217). Sum of RGB (Red+Green+Blue) = 213+132+217=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #D584D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584D9 is #2A7B26. Grayscale: #A5A5A5. Windows color (decimal): -2784039 or 14255317. OLE color: 14255317.

HSL color Cylindrical-coordinate representation of color #D584D9: hue angle of 297.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D584D9 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213132217-
CMYK0.020.3900.15
HSL297.18º52.8%68.43%-
HSV(B)297.18º39.17%85.1%-
XYZ48.2235.6669.99-
YUV165.91156.84161.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=37.90%
G=23.49%
B=38.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131322170.020.3900.15297.1852.868.43
HexD584D92270F1293544
Octal32520433124701745165104
Binary11010101100001001101100110100111011111001010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584D9; }

 p { color: rgb(213,132,217); }

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

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

 a { background-color: rgb(213,132,217); }

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

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

 span { border-color: rgb(213,132,217); }

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