#D579CA

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

Shades of Orchid #D579CA

Tints of Orchid #D579CA

Color information

#D579CA (or 0xD579CA) is unknown color: approx Orchid. HEX triplet: D5, 79 and CA. RGB value is (213,121,202). Sum of RGB (Red+Green+Blue) = 213+121+202=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CA is #2A8635. Grayscale: #9D9D9D. Windows color (decimal): -2786870 or 13269461. OLE color: 13269461.

HSL color Cylindrical-coordinate representation of color #D579CA: hue angle of 307.17º 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 #D579CA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213121202-
CMYK00.430.050.16
HSL307.17º52.27%65.49%-
HSV(B)307.17º43.19%83.53%-
XYZ44.9432.0959.7-
YUV157.74152.98167.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=39.74%
G=22.57%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312120200.430.050.16307.1752.2765.49
HexD579CA02B5101333441
Octal32517131205352046364101
Binary110101011111001110010100101011101100001001100111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579CA; }

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

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

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

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

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

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

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

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