Shades of Orchid #C577BB
Tints of Orchid #C577BB
RGB
CMYK
RGB Variations
Color information
#C577BB (or 0xC577BB) is known color: Orchid. HEX triplet: C5, 77 and BB. RGB value is (197,119,187). Sum of RGB (Red+Green+Blue) = 197+119+187=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BB is #3A8844. Grayscale: #959595. Windows color (decimal): -3835973 or 12285893. OLE color: 12285893.
HSL color Cylindrical-coordinate representation of color #C577BB: hue angle of 307.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C577BB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 187 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.23 |
| HSL | 307.69º | 0.4% | 0.62% | - |
| HSV(B) | 307.69º | 0.4% | 0.77% | - |
| XYZ | 38.59 | 28.65 | 50.51 | - |
| YUV | 150.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 187 | 0 | 0.40 | 0.05 | 0.23 | 307.69 | 0.4 | 0.62 |
| Hex | C5 | 77 | BB | 0 | 28 | 5 | 17 | 134 | 28 | 3E |
| Octal | 305 | 167 | 273 | 0 | 50 | 5 | 27 | 464 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10111011 | 0 | 101000 | 101 | 10111 | 100110100 | 101000 | 111110 |
Color Harmonies of #C577BB
Complementary color
Monochromatic Colors of #C577BB
Black with #C577BB
Text Example
Text Example
White with #C577BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577BB; }
p { color: rgb(197,119,187); }
H1.HeaderClassName
{
color: #C577BB;
}
.AnyTagClassName
{
color: #C577BB;
}
</style>
background-color css
<style>
a { background-color: #C577BB; }
a { background-color: rgb(197,119,187); }
div.DivClassName
{
background-color: #C577BB;
}
.BgClassName
{
background-color: #C577BB;
}
</style>
border-color css
<style>
span { border-color: #C577BB; }
span { border-color: rgb(197,119,187); }
td.TdClassName
{
border-color: #C577BB;
}
.TagClassName
{
border-color: #C577BB;
}
</style>