#D580DF

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

Shades of Orchid #D580DF

Tints of Orchid #D580DF

Color information

#D580DF (or 0xD580DF) is unknown color: approx Orchid. HEX triplet: D5, 80 and DF. RGB value is (213,128,223). Sum of RGB (Red+Green+Blue) = 213+128+223=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D580DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580DF is #2A7F20. Grayscale: #A3A3A3. Windows color (decimal): -2785057 or 14647509. OLE color: 14647509.

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

Color convert

RGB213128223-
CMYK0.040.4300.13
HSL293.68º59.75%68.82%-
HSV(B)293.68º42.6%87.45%-
XYZ48.4834.9174-
YUV164.24161.16162.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=37.77%
G=22.70%
B=39.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131282230.040.4300.13293.6859.7568.82
HexD580DF42B0D1263c45
Octal32520033745301544674105
Binary110101011000000011011111100101011011011001001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580DF; }

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

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

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

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

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

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

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

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