Shades of Orchid #C578C1
Tints of Orchid #C578C1
RGB
CMYK
RGB Variations
Color information
#C578C1 (or 0xC578C1) is known color: Orchid. HEX triplet: C5, 78 and C1. RGB value is (197,120,193). Sum of RGB (Red+Green+Blue) = 197+120+193=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C578C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578C1 is #3A873E. Grayscale: #979797. Windows color (decimal): -3835711 or 12679365. OLE color: 12679365.
HSL color Cylindrical-coordinate representation of color #C578C1: hue angle of 303.12º 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 #C578C1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 193 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.23 |
| HSL | 303.12º | 0.4% | 0.62% | - |
| HSV(B) | 303.12º | 0.39% | 0.77% | - |
| XYZ | 39.37 | 29.15 | 54 | - |
| YUV | 151.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 193 | 0 | 0.39 | 0.02 | 0.23 | 303.12 | 0.4 | 0.62 |
| Hex | C5 | 78 | C1 | 0 | 27 | 2 | 17 | 12F | 28 | 3E |
| Octal | 305 | 170 | 301 | 0 | 47 | 2 | 27 | 457 | 50 | 76 |
| Binary | 11000101 | 1111000 | 11000001 | 0 | 100111 | 10 | 10111 | 100101111 | 101000 | 111110 |
Color Harmonies of #C578C1
Complementary color
Monochromatic Colors of #C578C1
Black with #C578C1
Text Example
Text Example
White with #C578C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578C1; }
p { color: rgb(197,120,193); }
H1.HeaderClassName
{
color: #C578C1;
}
.AnyTagClassName
{
color: #C578C1;
}
</style>
background-color css
<style>
a { background-color: #C578C1; }
a { background-color: rgb(197,120,193); }
div.DivClassName
{
background-color: #C578C1;
}
.BgClassName
{
background-color: #C578C1;
}
</style>
border-color css
<style>
span { border-color: #C578C1; }
span { border-color: rgb(197,120,193); }
td.TdClassName
{
border-color: #C578C1;
}
.TagClassName
{
border-color: #C578C1;
}
</style>