#D585DA

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

Shades of Orchid #D585DA

Tints of Orchid #D585DA

Color information

#D585DA (or 0xD585DA) is unknown color: approx Orchid. HEX triplet: D5, 85 and DA. RGB value is (213,133,218). Sum of RGB (Red+Green+Blue) = 213+133+218=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D585DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DA is #2A7A25. Grayscale: #A6A6A6. Windows color (decimal): -2783782 or 14321109. OLE color: 14321109.

HSL color Cylindrical-coordinate representation of color #D585DA: hue angle of 296.47º degrees, saturation: 0.53, 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 #D585DA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213133218-
CMYK0.020.3900.15
HSL296.47º53.46%68.82%-
HSV(B)296.47º38.99%85.49%-
XYZ48.4835.9870.72-
YUV166.61157161.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=37.77%
G=23.58%
B=38.65%

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
Decimal2131332180.020.3900.15296.4753.4668.82
HexD585DA2270F1283545
Octal32520533224701745065105
Binary11010101100001011101101010100111011111001010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585DA; }

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

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

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

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

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

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

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

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