Shades of Orchid #C577BC
Tints of Orchid #C577BC
RGB
CMYK
RGB Variations
Color information
#C577BC (or 0xC577BC) is known color: Orchid. HEX triplet: C5, 77 and BC. RGB value is (197,119,188). Sum of RGB (Red+Green+Blue) = 197+119+188=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BC is #3A8843. Grayscale: #959595. Windows color (decimal): -3835972 or 12351429. OLE color: 12351429.
HSL color Cylindrical-coordinate representation of color #C577BC: hue angle of 306.92º 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 #C577BC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 188 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.23 |
| HSL | 306.92º | 0.4% | 0.62% | - |
| HSV(B) | 306.92º | 0.4% | 0.77% | - |
| XYZ | 38.7 | 28.69 | 51.08 | - |
| YUV | 150.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 188 | 0 | 0.40 | 0.05 | 0.23 | 306.92 | 0.4 | 0.62 |
| Hex | C5 | 77 | BC | 0 | 28 | 5 | 17 | 133 | 28 | 3E |
| Octal | 305 | 167 | 274 | 0 | 50 | 5 | 27 | 463 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10111100 | 0 | 101000 | 101 | 10111 | 100110011 | 101000 | 111110 |
Color Harmonies of #C577BC
Complementary color
Monochromatic Colors of #C577BC
Black with #C577BC
Text Example
Text Example
White with #C577BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577BC; }
p { color: rgb(197,119,188); }
H1.HeaderClassName
{
color: #C577BC;
}
.AnyTagClassName
{
color: #C577BC;
}
</style>
background-color css
<style>
a { background-color: #C577BC; }
a { background-color: rgb(197,119,188); }
div.DivClassName
{
background-color: #C577BC;
}
.BgClassName
{
background-color: #C577BC;
}
</style>
border-color css
<style>
span { border-color: #C577BC; }
span { border-color: rgb(197,119,188); }
td.TdClassName
{
border-color: #C577BC;
}
.TagClassName
{
border-color: #C577BC;
}
</style>