Shades of Orchid #C575C9
Tints of Orchid #C575C9
RGB
CMYK
RGB Variations
Color information
#C575C9 (or 0xC575C9) is known color: Orchid. HEX triplet: C5, 75 and C9. RGB value is (197,117,201). Sum of RGB (Red+Green+Blue) = 197+117+201=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #C575C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575C9 is #3A8A36. Grayscale: #969696. Windows color (decimal): -3836471 or 13202885. OLE color: 13202885.
HSL color Cylindrical-coordinate representation of color #C575C9: hue angle of 297.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C575C9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 117 | 201 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.21 |
| HSL | 297.14º | 0.44% | 0.62% | - |
| HSV(B) | 297.14º | 0.42% | 0.79% | - |
| XYZ | 39.93 | 28.81 | 58.71 | - |
| YUV | 150.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 201 | 0.02 | 0.42 | 0 | 0.21 | 297.14 | 0.44 | 0.62 |
| Hex | C5 | 75 | C9 | 2 | 2A | 0 | 15 | 129 | 2C | 3E |
| Octal | 305 | 165 | 311 | 2 | 52 | 0 | 25 | 451 | 54 | 76 |
| Binary | 11000101 | 1110101 | 11001001 | 10 | 101010 | 0 | 10101 | 100101001 | 101100 | 111110 |
Color Harmonies of #C575C9
Complementary color
Monochromatic Colors of #C575C9
Black with #C575C9
Text Example
Text Example
White with #C575C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575C9; }
p { color: rgb(197,117,201); }
H1.HeaderClassName
{
color: #C575C9;
}
.AnyTagClassName
{
color: #C575C9;
}
</style>
background-color css
<style>
a { background-color: #C575C9; }
a { background-color: rgb(197,117,201); }
div.DivClassName
{
background-color: #C575C9;
}
.BgClassName
{
background-color: #C575C9;
}
</style>
border-color css
<style>
span { border-color: #C575C9; }
span { border-color: rgb(197,117,201); }
td.TdClassName
{
border-color: #C575C9;
}
.TagClassName
{
border-color: #C575C9;
}
</style>