Shades of Orchid #C579CB
Tints of Orchid #C579CB
RGB
CMYK
RGB Variations
Color information
#C579CB (or 0xC579CB) is known color: Orchid. HEX triplet: C5, 79 and CB. RGB value is (197,121,203). Sum of RGB (Red+Green+Blue) = 197+121+203=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C579CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CB is #3A8634. Grayscale: #989898. Windows color (decimal): -3835445 or 13334981. OLE color: 13334981.
HSL color Cylindrical-coordinate representation of color #C579CB: hue angle of 295.61º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C579CB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 121 | 203 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 295.61º | 0.44% | 0.64% | - |
| HSV(B) | 295.61º | 0.4% | 0.8% | - |
| XYZ | 40.64 | 29.86 | 60.12 | - |
| YUV | 153.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 203 | 0.03 | 0.40 | 0 | 0.20 | 295.61 | 0.44 | 0.64 |
| Hex | C5 | 79 | CB | 3 | 28 | 0 | 14 | 128 | 2C | 40 |
| Octal | 305 | 171 | 313 | 3 | 50 | 0 | 24 | 450 | 54 | 100 |
| Binary | 11000101 | 1111001 | 11001011 | 11 | 101000 | 0 | 10100 | 100101000 | 101100 | 1000000 |
Color Harmonies of #C579CB
Complementary color
Monochromatic Colors of #C579CB
Black with #C579CB
Text Example
Text Example
White with #C579CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C579CB; }
p { color: rgb(197,121,203); }
H1.HeaderClassName
{
color: #C579CB;
}
.AnyTagClassName
{
color: #C579CB;
}
</style>
background-color css
<style>
a { background-color: #C579CB; }
a { background-color: rgb(197,121,203); }
div.DivClassName
{
background-color: #C579CB;
}
.BgClassName
{
background-color: #C579CB;
}
</style>
border-color css
<style>
span { border-color: #C579CB; }
span { border-color: rgb(197,121,203); }
td.TdClassName
{
border-color: #C579CB;
}
.TagClassName
{
border-color: #C579CB;
}
</style>