Shades of Orchid #C577B8
Tints of Orchid #C577B8
RGB
CMYK
RGB Variations
Color information
#C577B8 (or 0xC577B8) is known color: Orchid. HEX triplet: C5, 77 and B8. RGB value is (197,119,184). Sum of RGB (Red+Green+Blue) = 197+119+184=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C577B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577B8 is #3A8847. Grayscale: #959595. Windows color (decimal): -3835976 or 12089285. OLE color: 12089285.
HSL color Cylindrical-coordinate representation of color #C577B8: hue angle of 310º 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 #C577B8 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 184 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.23 |
| HSL | 310º | 0.4% | 0.62% | - |
| HSV(B) | 310º | 0.4% | 0.77% | - |
| XYZ | 38.27 | 28.52 | 48.84 | - |
| YUV | 149.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 184 | 0 | 0.40 | 0.07 | 0.23 | 310 | 0.4 | 0.62 |
| Hex | C5 | 77 | B8 | 0 | 28 | 7 | 17 | 136 | 28 | 3E |
| Octal | 305 | 167 | 270 | 0 | 50 | 7 | 27 | 466 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10111000 | 0 | 101000 | 111 | 10111 | 100110110 | 101000 | 111110 |
Color Harmonies of #C577B8
Complementary color
Monochromatic Colors of #C577B8
Black with #C577B8
Text Example
Text Example
White with #C577B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577B8; }
p { color: rgb(197,119,184); }
H1.HeaderClassName
{
color: #C577B8;
}
.AnyTagClassName
{
color: #C577B8;
}
</style>
background-color css
<style>
a { background-color: #C577B8; }
a { background-color: rgb(197,119,184); }
div.DivClassName
{
background-color: #C577B8;
}
.BgClassName
{
background-color: #C577B8;
}
</style>
border-color css
<style>
span { border-color: #C577B8; }
span { border-color: rgb(197,119,184); }
td.TdClassName
{
border-color: #C577B8;
}
.TagClassName
{
border-color: #C577B8;
}
</style>