#D580D8

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

Shades of Orchid #D580D8

Tints of Orchid #D580D8

Color information

#D580D8 (or 0xD580D8) is unknown color: approx Orchid. HEX triplet: D5, 80 and D8. RGB value is (213,128,216). Sum of RGB (Red+Green+Blue) = 213+128+216=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #D580D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580D8 is #2A7F27. Grayscale: #A3A3A3. Windows color (decimal): -2785064 or 14188757. OLE color: 14188757.

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

Color convert

RGB213128216-
CMYK0.010.4100.15
HSL297.95º53.01%67.45%-
HSV(B)297.95º40.74%84.71%-
XYZ47.5534.5469.13-
YUV163.45157.66163.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=38.24%
G=22.98%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131282160.010.4100.15297.9553.0167.45
HexD580D81290F12a3543
Octal32520033015101745265103
Binary1101010110000000110110001101001011111001010101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580D8; }

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

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

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

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

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

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

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

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