Shades of Orchid #C575BB
Tints of Orchid #C575BB
RGB
CMYK
RGB Variations
Color information
#C575BB (or 0xC575BB) is known color: Orchid. HEX triplet: C5, 75 and BB. RGB value is (197,117,187). Sum of RGB (Red+Green+Blue) = 197+117+187=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BB is #3A8A44. Grayscale: #949494. Windows color (decimal): -3836485 or 12285381. OLE color: 12285381.
HSL color Cylindrical-coordinate representation of color #C575BB: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575BB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 187 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.23 |
| HSL | 307.5º | 0.41% | 0.62% | - |
| HSV(B) | 307.5º | 0.41% | 0.77% | - |
| XYZ | 38.36 | 28.18 | 50.43 | - |
| YUV | 148.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 187 | 0 | 0.41 | 0.05 | 0.23 | 307.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | BB | 0 | 29 | 5 | 17 | 134 | 29 | 3E |
| Octal | 305 | 165 | 273 | 0 | 51 | 5 | 27 | 464 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10111011 | 0 | 101001 | 101 | 10111 | 100110100 | 101001 | 111110 |
Color Harmonies of #C575BB
Complementary color
Monochromatic Colors of #C575BB
Black with #C575BB
Text Example
Text Example
White with #C575BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575BB; }
p { color: rgb(197,117,187); }
H1.HeaderClassName
{
color: #C575BB;
}
.AnyTagClassName
{
color: #C575BB;
}
</style>
background-color css
<style>
a { background-color: #C575BB; }
a { background-color: rgb(197,117,187); }
div.DivClassName
{
background-color: #C575BB;
}
.BgClassName
{
background-color: #C575BB;
}
</style>
border-color css
<style>
span { border-color: #C575BB; }
span { border-color: rgb(197,117,187); }
td.TdClassName
{
border-color: #C575BB;
}
.TagClassName
{
border-color: #C575BB;
}
</style>