Shades of Orchid #C579CC
Tints of Orchid #C579CC
RGB
CMYK
RGB Variations
Color information
#C579CC (or 0xC579CC) is known color: Orchid. HEX triplet: C5, 79 and CC. RGB value is (197,121,204). Sum of RGB (Red+Green+Blue) = 197+121+204=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C579CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CC is #3A8633. Grayscale: #989898. Windows color (decimal): -3835444 or 13400517. OLE color: 13400517.
HSL color Cylindrical-coordinate representation of color #C579CC: hue angle of 294.94º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C579CC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 121 | 204 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.2 |
| HSL | 294.94º | 0.45% | 0.64% | - |
| HSV(B) | 294.94º | 0.41% | 0.8% | - |
| XYZ | 40.76 | 29.9 | 60.75 | - |
| YUV | 153.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 204 | 0.03 | 0.41 | 0 | 0.2 | 294.94 | 0.45 | 0.64 |
| Hex | C5 | 79 | CC | 3 | 29 | 0 | 14 | 127 | 2D | 40 |
| Octal | 305 | 171 | 314 | 3 | 51 | 0 | 24 | 447 | 55 | 100 |
| Binary | 11000101 | 1111001 | 11001100 | 11 | 101001 | 0 | 10100 | 100100111 | 101101 | 1000000 |
Color Harmonies of #C579CC
Complementary color
Monochromatic Colors of #C579CC
Black with #C579CC
Text Example
Text Example
White with #C579CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579CC; }
p { color: rgb(197,121,204); }
H1.HeaderClassName
{
color: #C579CC;
}
.AnyTagClassName
{
color: #C579CC;
}
</style>
background-color css
<style>
a { background-color: #C579CC; }
a { background-color: rgb(197,121,204); }
div.DivClassName
{
background-color: #C579CC;
}
.BgClassName
{
background-color: #C579CC;
}
</style>
border-color css
<style>
span { border-color: #C579CC; }
span { border-color: rgb(197,121,204); }
td.TdClassName
{
border-color: #C579CC;
}
.TagClassName
{
border-color: #C579CC;
}
</style>