Shades of Orchid #C579C2
Tints of Orchid #C579C2
RGB
CMYK
RGB Variations
Color information
#C579C2 (or 0xC579C2) is known color: Orchid. HEX triplet: C5, 79 and C2. RGB value is (197,121,194). Sum of RGB (Red+Green+Blue) = 197+121+194=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C579C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579C2 is #3A863D. Grayscale: #979797. Windows color (decimal): -3835454 or 12745157. OLE color: 12745157.
HSL color Cylindrical-coordinate representation of color #C579C2: hue angle of 302.37º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C579C2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 194 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.23 |
| HSL | 302.37º | 0.4% | 0.62% | - |
| HSV(B) | 302.37º | 0.39% | 0.77% | - |
| XYZ | 39.6 | 29.44 | 54.63 | - |
| YUV | 152.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 194 | 0 | 0.39 | 0.02 | 0.23 | 302.37 | 0.4 | 0.62 |
| Hex | C5 | 79 | C2 | 0 | 27 | 2 | 17 | 12E | 28 | 3E |
| Octal | 305 | 171 | 302 | 0 | 47 | 2 | 27 | 456 | 50 | 76 |
| Binary | 11000101 | 1111001 | 11000010 | 0 | 100111 | 10 | 10111 | 100101110 | 101000 | 111110 |
Color Harmonies of #C579C2
Complementary color
Monochromatic Colors of #C579C2
Black with #C579C2
Text Example
Text Example
White with #C579C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579C2; }
p { color: rgb(197,121,194); }
H1.HeaderClassName
{
color: #C579C2;
}
.AnyTagClassName
{
color: #C579C2;
}
</style>
background-color css
<style>
a { background-color: #C579C2; }
a { background-color: rgb(197,121,194); }
div.DivClassName
{
background-color: #C579C2;
}
.BgClassName
{
background-color: #C579C2;
}
</style>
border-color css
<style>
span { border-color: #C579C2; }
span { border-color: rgb(197,121,194); }
td.TdClassName
{
border-color: #C579C2;
}
.TagClassName
{
border-color: #C579C2;
}
</style>