#D582D8

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

Shades of Orchid #D582D8

Tints of Orchid #D582D8

Color information

#D582D8 (or 0xD582D8) is unknown color: approx Orchid. HEX triplet: D5, 82 and D8. RGB value is (213,130,216). Sum of RGB (Red+Green+Blue) = 213+130+216=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #D582D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D8 is #2A7D27. Grayscale: #A4A4A4. Windows color (decimal): -2784552 or 14189269. OLE color: 14189269.

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

Color convert

RGB213130216-
CMYK0.010.4000.15
HSL297.91º52.44%67.84%-
HSV(B)297.91º39.81%84.71%-
XYZ47.8235.0769.21-
YUV164.62157162.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=38.10%
G=23.26%
B=38.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131302160.010.4000.15297.9152.4467.84
HexD582D81280F12a3444
Octal32520233015001745264104
Binary1101010110000010110110001101000011111001010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582D8; }

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

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

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

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

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

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

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

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