Shades of Orchid #C578CA
Tints of Orchid #C578CA
RGB
CMYK
RGB Variations
Color information
#C578CA (or 0xC578CA) is known color: Orchid. HEX triplet: C5, 78 and CA. RGB value is (197,120,202). Sum of RGB (Red+Green+Blue) = 197+120+202=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C578CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CA is #3A8735. Grayscale: #989898. Windows color (decimal): -3835702 or 13269189. OLE color: 13269189.
HSL color Cylindrical-coordinate representation of color #C578CA: hue angle of 296.34º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C578CA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 120 | 202 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.21 |
| HSL | 296.34º | 0.44% | 0.63% | - |
| HSV(B) | 296.34º | 0.41% | 0.79% | - |
| XYZ | 40.4 | 29.57 | 59.45 | - |
| YUV | 152.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 202 | 0.02 | 0.41 | 0 | 0.21 | 296.34 | 0.44 | 0.63 |
| Hex | C5 | 78 | CA | 2 | 29 | 0 | 15 | 128 | 2C | 3F |
| Octal | 305 | 170 | 312 | 2 | 51 | 0 | 25 | 450 | 54 | 77 |
| Binary | 11000101 | 1111000 | 11001010 | 10 | 101001 | 0 | 10101 | 100101000 | 101100 | 111111 |
Color Harmonies of #C578CA
Complementary color
Monochromatic Colors of #C578CA
Black with #C578CA
Text Example
Text Example
White with #C578CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578CA; }
p { color: rgb(197,120,202); }
H1.HeaderClassName
{
color: #C578CA;
}
.AnyTagClassName
{
color: #C578CA;
}
</style>
background-color css
<style>
a { background-color: #C578CA; }
a { background-color: rgb(197,120,202); }
div.DivClassName
{
background-color: #C578CA;
}
.BgClassName
{
background-color: #C578CA;
}
</style>
border-color css
<style>
span { border-color: #C578CA; }
span { border-color: rgb(197,120,202); }
td.TdClassName
{
border-color: #C578CA;
}
.TagClassName
{
border-color: #C578CA;
}
</style>