#D585DD

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

Shades of Orchid #D585DD

Tints of Orchid #D585DD

Color information

#D585DD (or 0xD585DD) is unknown color: approx Orchid. HEX triplet: D5, 85 and DD. RGB value is (213,133,221). Sum of RGB (Red+Green+Blue) = 213+133+221=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D585DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585DD is #2A7A22. Grayscale: #A6A6A6. Windows color (decimal): -2783779 or 14517717. OLE color: 14517717.

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

Color convert

RGB213133221-
CMYK0.040.4000.13
HSL294.55º56.41%69.41%-
HSV(B)294.55º39.82%86.67%-
XYZ48.8836.1472.81-
YUV166.95158.5160.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=37.57%
G=23.46%
B=38.98%

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
Decimal2131332210.040.4000.13294.5556.4169.41
HexD585DD4280D1273845
Octal32520533545001544770105
Binary110101011000010111011101100101000011011001001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585DD; }

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

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

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

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

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

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

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

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