Shades of Orchid #C579E1
Tints of Orchid #C579E1
RGB
CMYK
RGB Variations
Color information
#C579E1 (or 0xC579E1) is known color: Orchid. HEX triplet: C5, 79 and E1. RGB value is (197,121,225). Sum of RGB (Red+Green+Blue) = 197+121+225=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #C579E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579E1 is #3A861E. Grayscale: #9B9B9B. Windows color (decimal): -3835423 or 14776773. OLE color: 14776773.
HSL color Cylindrical-coordinate representation of color #C579E1: hue angle of 283.85º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C579E1 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 121 | 225 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.12 |
| HSL | 283.85º | 0.63% | 0.68% | - |
| HSV(B) | 283.85º | 0.46% | 0.88% | - |
| XYZ | 43.45 | 30.98 | 74.92 | - |
| YUV | 155.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 225 | 0.12 | 0.46 | 0 | 0.12 | 283.85 | 0.63 | 0.68 |
| Hex | C5 | 79 | E1 | C | 2E | 0 | C | 11C | 3F | 44 |
| Octal | 305 | 171 | 341 | 14 | 56 | 0 | 14 | 434 | 77 | 104 |
| Binary | 11000101 | 1111001 | 11100001 | 1100 | 101110 | 0 | 1100 | 100011100 | 111111 | 1000100 |
Color Harmonies of #C579E1
Complementary color
Monochromatic Colors of #C579E1
Black with #C579E1
Text Example
Text Example
White with #C579E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579E1; }
p { color: rgb(197,121,225); }
H1.HeaderClassName
{
color: #C579E1;
}
.AnyTagClassName
{
color: #C579E1;
}
</style>
background-color css
<style>
a { background-color: #C579E1; }
a { background-color: rgb(197,121,225); }
div.DivClassName
{
background-color: #C579E1;
}
.BgClassName
{
background-color: #C579E1;
}
</style>
border-color css
<style>
span { border-color: #C579E1; }
span { border-color: rgb(197,121,225); }
td.TdClassName
{
border-color: #C579E1;
}
.TagClassName
{
border-color: #C579E1;
}
</style>