#D579E4

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

Shades of Orchid #D579E4

Tints of Orchid #D579E4

Color information

#D579E4 (or 0xD579E4) is unknown color: approx Orchid. HEX triplet: D5, 79 and E4. RGB value is (213,121,228). Sum of RGB (Red+Green+Blue) = 213+121+228=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #D579E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579E4 is #2A861B. Grayscale: #A0A0A0. Windows color (decimal): -2786844 or 14973397. OLE color: 14973397.

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

Color convert

RGB213121228-
CMYK0.070.4700.11
HSL291.59º66.46%68.43%-
HSV(B)291.59º46.93%89.41%-
XYZ48.2833.4277.31-
YUV160.71165.98165.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 121 (47.66% from 255) = 21.53%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=37.90%
G=21.53%
B=40.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131212280.070.4700.11291.5966.4668.43
HexD579E472F0B1244244
Octal325171344757013444102104
Binary110101011111001111001001111011110101110010010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579E4; }

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

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

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

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

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

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

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

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