Shades of Orchid #C578CC
Tints of Orchid #C578CC
RGB
CMYK
RGB Variations
Color information
#C578CC (or 0xC578CC) is known color: Orchid. HEX triplet: C5, 78 and CC. RGB value is (197,120,204). Sum of RGB (Red+Green+Blue) = 197+120+204=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C578CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CC is #3A8733. Grayscale: #989898. Windows color (decimal): -3835700 or 13400261. OLE color: 13400261.
HSL color Cylindrical-coordinate representation of color #C578CC: hue angle of 295º 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 #C578CC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 120 | 204 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.2 |
| HSL | 295º | 0.45% | 0.64% | - |
| HSV(B) | 295º | 0.41% | 0.8% | - |
| XYZ | 40.64 | 29.66 | 60.71 | - |
| YUV | 152.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 204 | 0.03 | 0.41 | 0 | 0.2 | 295 | 0.45 | 0.64 |
| Hex | C5 | 78 | CC | 3 | 29 | 0 | 14 | 127 | 2D | 40 |
| Octal | 305 | 170 | 314 | 3 | 51 | 0 | 24 | 447 | 55 | 100 |
| Binary | 11000101 | 1111000 | 11001100 | 11 | 101001 | 0 | 10100 | 100100111 | 101101 | 1000000 |
Color Harmonies of #C578CC
Complementary color
Monochromatic Colors of #C578CC
Black with #C578CC
Text Example
Text Example
White with #C578CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578CC; }
p { color: rgb(197,120,204); }
H1.HeaderClassName
{
color: #C578CC;
}
.AnyTagClassName
{
color: #C578CC;
}
</style>
background-color css
<style>
a { background-color: #C578CC; }
a { background-color: rgb(197,120,204); }
div.DivClassName
{
background-color: #C578CC;
}
.BgClassName
{
background-color: #C578CC;
}
</style>
border-color css
<style>
span { border-color: #C578CC; }
span { border-color: rgb(197,120,204); }
td.TdClassName
{
border-color: #C578CC;
}
.TagClassName
{
border-color: #C578CC;
}
</style>