#D584DA

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

Shades of Orchid #D584DA

Tints of Orchid #D584DA

Color information

#D584DA (or 0xD584DA) is unknown color: approx Orchid. HEX triplet: D5, 84 and DA. RGB value is (213,132,218). Sum of RGB (Red+Green+Blue) = 213+132+218=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D584DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584DA is #2A7B25. Grayscale: #A5A5A5. Windows color (decimal): -2784038 or 14320853. OLE color: 14320853.

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

Color convert

RGB213132218-
CMYK0.020.3900.15
HSL296.51º53.75%68.63%-
HSV(B)296.51º39.45%85.49%-
XYZ48.3535.7170.67-
YUV166.02157.34161.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=37.83%
G=23.45%
B=38.72%

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
Decimal2131322180.020.3900.15296.5153.7568.63
HexD584DA2270F1293645
Octal32520433224701745166105
Binary11010101100001001101101010100111011111001010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D584DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D584DA; }

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

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

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

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

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

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

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

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