Shades of Orchid #C578CB
Tints of Orchid #C578CB
RGB
CMYK
RGB Variations
Color information
#C578CB (or 0xC578CB) is known color: Orchid. HEX triplet: C5, 78 and CB. RGB value is (197,120,203). Sum of RGB (Red+Green+Blue) = 197+120+203=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C578CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CB is #3A8734. Grayscale: #989898. Windows color (decimal): -3835701 or 13334725. OLE color: 13334725.
HSL color Cylindrical-coordinate representation of color #C578CB: hue angle of 295.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C578CB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 120 | 203 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.20 |
| HSL | 295.66º | 0.44% | 0.63% | - |
| HSV(B) | 295.66º | 0.41% | 0.8% | - |
| XYZ | 40.52 | 29.62 | 60.08 | - |
| YUV | 152.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 203 | 0.03 | 0.41 | 0 | 0.20 | 295.66 | 0.44 | 0.63 |
| Hex | C5 | 78 | CB | 3 | 29 | 0 | 14 | 128 | 2C | 3F |
| Octal | 305 | 170 | 313 | 3 | 51 | 0 | 24 | 450 | 54 | 77 |
| Binary | 11000101 | 1111000 | 11001011 | 11 | 101001 | 0 | 10100 | 100101000 | 101100 | 111111 |
Color Harmonies of #C578CB
Complementary color
Monochromatic Colors of #C578CB
Black with #C578CB
Text Example
Text Example
White with #C578CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578CB; }
p { color: rgb(197,120,203); }
H1.HeaderClassName
{
color: #C578CB;
}
.AnyTagClassName
{
color: #C578CB;
}
</style>
background-color css
<style>
a { background-color: #C578CB; }
a { background-color: rgb(197,120,203); }
div.DivClassName
{
background-color: #C578CB;
}
.BgClassName
{
background-color: #C578CB;
}
</style>
border-color css
<style>
span { border-color: #C578CB; }
span { border-color: rgb(197,120,203); }
td.TdClassName
{
border-color: #C578CB;
}
.TagClassName
{
border-color: #C578CB;
}
</style>