Shades of Orchid #C57BBC
Tints of Orchid #C57BBC
RGB
CMYK
RGB Variations
Color information
#C57BBC (or 0xC57BBC) is known color: Orchid. HEX triplet: C5, 7B and BC. RGB value is (197,123,188). Sum of RGB (Red+Green+Blue) = 197+123+188=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BBC is #3A8443. Grayscale: #989898. Windows color (decimal): -3834948 or 12352453. OLE color: 12352453.
HSL color Cylindrical-coordinate representation of color #C57BBC: hue angle of 307.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57BBC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 188 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.23 |
| HSL | 307.3º | 0.39% | 0.63% | - |
| HSV(B) | 307.3º | 0.38% | 0.77% | - |
| XYZ | 39.19 | 29.67 | 51.24 | - |
| YUV | 152.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 188 | 0 | 0.38 | 0.05 | 0.23 | 307.3 | 0.39 | 0.63 |
| Hex | C5 | 7B | BC | 0 | 26 | 5 | 17 | 133 | 27 | 3F |
| Octal | 305 | 173 | 274 | 0 | 46 | 5 | 27 | 463 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10111100 | 0 | 100110 | 101 | 10111 | 100110011 | 100111 | 111111 |
Color Harmonies of #C57BBC
Complementary color
Monochromatic Colors of #C57BBC
Black with #C57BBC
Text Example
Text Example
White with #C57BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BBC; }
p { color: rgb(197,123,188); }
H1.HeaderClassName
{
color: #C57BBC;
}
.AnyTagClassName
{
color: #C57BBC;
}
</style>
background-color css
<style>
a { background-color: #C57BBC; }
a { background-color: rgb(197,123,188); }
div.DivClassName
{
background-color: #C57BBC;
}
.BgClassName
{
background-color: #C57BBC;
}
</style>
border-color css
<style>
span { border-color: #C57BBC; }
span { border-color: rgb(197,123,188); }
td.TdClassName
{
border-color: #C57BBC;
}
.TagClassName
{
border-color: #C57BBC;
}
</style>