Shades of Orchid #C577BF
Tints of Orchid #C577BF
RGB
CMYK
RGB Variations
Color information
#C577BF (or 0xC577BF) is known color: Orchid. HEX triplet: C5, 77 and BF. RGB value is (197,119,191). Sum of RGB (Red+Green+Blue) = 197+119+191=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C577BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577BF is #3A8840. Grayscale: #969696. Windows color (decimal): -3835969 or 12548037. OLE color: 12548037.
HSL color Cylindrical-coordinate representation of color #C577BF: hue angle of 304.62º 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 #C577BF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 191 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.23 |
| HSL | 304.62º | 0.4% | 0.62% | - |
| HSV(B) | 304.62º | 0.4% | 0.77% | - |
| XYZ | 39.03 | 28.83 | 52.8 | - |
| YUV | 150.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 191 | 0 | 0.40 | 0.03 | 0.23 | 304.62 | 0.4 | 0.62 |
| Hex | C5 | 77 | BF | 0 | 28 | 3 | 17 | 131 | 28 | 3E |
| Octal | 305 | 167 | 277 | 0 | 50 | 3 | 27 | 461 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10111111 | 0 | 101000 | 11 | 10111 | 100110001 | 101000 | 111110 |
Color Harmonies of #C577BF
Complementary color
Monochromatic Colors of #C577BF
Black with #C577BF
Text Example
Text Example
White with #C577BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577BF; }
p { color: rgb(197,119,191); }
H1.HeaderClassName
{
color: #C577BF;
}
.AnyTagClassName
{
color: #C577BF;
}
</style>
background-color css
<style>
a { background-color: #C577BF; }
a { background-color: rgb(197,119,191); }
div.DivClassName
{
background-color: #C577BF;
}
.BgClassName
{
background-color: #C577BF;
}
</style>
border-color css
<style>
span { border-color: #C577BF; }
span { border-color: rgb(197,119,191); }
td.TdClassName
{
border-color: #C577BF;
}
.TagClassName
{
border-color: #C577BF;
}
</style>