#d585d8

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

Shades of Orchid #D585D8

Tints of Orchid #D585D8

Color information

#D585D8 (or 0xD585D8) is unknown color: approx Orchid. HEX triplet: D5, 85 and D8. RGB value is (213,133,216). Sum of RGB (Red+Green+Blue) = 213+133+216=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #D585D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D8 is #2A7A27. Grayscale: #A6A6A6. Windows color (decimal): -2783784 or 14190037. OLE color: 14190037.

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

Color convert

RGB213133216-
CMYK0.010.3800.15
HSL297.83º51.55%68.43%-
HSV(B)297.83º38.43%84.71%-
XYZ48.2235.8869.35-
YUV166.38156161.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=37.90%
G=23.67%
B=38.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131332160.010.3800.15297.8351.5568.43
HexD585D81260F12a3444
Octal32520533014601745264104
Binary1101010110000101110110001100110011111001010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d585d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d585d8; }

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

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

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

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

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

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

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

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