#D579CD

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

Shades of Orchid #D579CD

Tints of Orchid #D579CD

Color information

#D579CD (or 0xD579CD) is unknown color: approx Orchid. HEX triplet: D5, 79 and CD. RGB value is (213,121,205). Sum of RGB (Red+Green+Blue) = 213+121+205=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CD is #2A8632. Grayscale: #9D9D9D. Windows color (decimal): -2786867 or 13466069. OLE color: 13466069.

HSL color Cylindrical-coordinate representation of color #D579CD: hue angle of 305.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579CD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213121205-
CMYK00.430.040.16
HSL305.22º52.27%65.49%-
HSV(B)305.22º43.19%83.53%-
XYZ45.332.2361.59-
YUV158.08154.48167.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=39.52%
G=22.45%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312120500.430.040.16305.2252.2765.49
HexD579CD02B4101313441
Octal32517131505342046164101
Binary110101011111001110011010101011100100001001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579CD; }

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

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

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

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

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

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

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

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