Shades of Orchid #C575BC
Tints of Orchid #C575BC
RGB
CMYK
RGB Variations
Color information
#C575BC (or 0xC575BC) is known color: Orchid. HEX triplet: C5, 75 and BC. RGB value is (197,117,188). Sum of RGB (Red+Green+Blue) = 197+117+188=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BC is #3A8A43. Grayscale: #949494. Windows color (decimal): -3836484 or 12350917. OLE color: 12350917.
HSL color Cylindrical-coordinate representation of color #C575BC: hue angle of 306.75º 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 #C575BC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 188 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.23 |
| HSL | 306.75º | 0.41% | 0.62% | - |
| HSV(B) | 306.75º | 0.41% | 0.77% | - |
| XYZ | 38.46 | 28.22 | 51 | - |
| YUV | 149.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 188 | 0 | 0.41 | 0.05 | 0.23 | 306.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | BC | 0 | 29 | 5 | 17 | 133 | 29 | 3E |
| Octal | 305 | 165 | 274 | 0 | 51 | 5 | 27 | 463 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10111100 | 0 | 101001 | 101 | 10111 | 100110011 | 101001 | 111110 |
Color Harmonies of #C575BC
Complementary color
Monochromatic Colors of #C575BC
Black with #C575BC
Text Example
Text Example
White with #C575BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575BC; }
p { color: rgb(197,117,188); }
H1.HeaderClassName
{
color: #C575BC;
}
.AnyTagClassName
{
color: #C575BC;
}
</style>
background-color css
<style>
a { background-color: #C575BC; }
a { background-color: rgb(197,117,188); }
div.DivClassName
{
background-color: #C575BC;
}
.BgClassName
{
background-color: #C575BC;
}
</style>
border-color css
<style>
span { border-color: #C575BC; }
span { border-color: rgb(197,117,188); }
td.TdClassName
{
border-color: #C575BC;
}
.TagClassName
{
border-color: #C575BC;
}
</style>