#D579E5

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

Shades of Orchid #D579E5

Tints of Orchid #D579E5

Color information

#D579E5 (or 0xD579E5) is unknown color: approx Orchid. HEX triplet: D5, 79 and E5. RGB value is (213,121,229). Sum of RGB (Red+Green+Blue) = 213+121+229=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #D579E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579E5 is #2A861A. Grayscale: #A0A0A0. Windows color (decimal): -2786843 or 15038933. OLE color: 15038933.

HSL color Cylindrical-coordinate representation of color #D579E5: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D579E5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213121229-
CMYK0.070.4700.10
HSL291.11º67.5%68.63%-
HSV(B)291.11º47.16%89.8%-
XYZ48.4233.4878.04-
YUV160.82166.48165.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=37.83%
G=21.49%
B=40.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131212290.070.4700.10291.1167.568.63
HexD579E572F0A1234445
Octal325171345757012443104105
Binary110101011111001111001011111011110101010010001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579E5; }

 p { color: rgb(213,121,229); }

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

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

 a { background-color: rgb(213,121,229); }

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

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

 span { border-color: rgb(213,121,229); }

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