Shades of Orchid #C575BF
Tints of Orchid #C575BF
RGB
CMYK
RGB Variations
Color information
#C575BF (or 0xC575BF) is known color: Orchid. HEX triplet: C5, 75 and BF. RGB value is (197,117,191). Sum of RGB (Red+Green+Blue) = 197+117+191=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C575BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575BF is #3A8A40. Grayscale: #959595. Windows color (decimal): -3836481 or 12547525. OLE color: 12547525.
HSL color Cylindrical-coordinate representation of color #C575BF: hue angle of 304.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 #C575BF is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 191 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.23 |
| HSL | 304.5º | 0.41% | 0.62% | - |
| HSV(B) | 304.5º | 0.41% | 0.77% | - |
| XYZ | 38.79 | 28.35 | 52.72 | - |
| YUV | 149.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 191 | 0 | 0.41 | 0.03 | 0.23 | 304.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | BF | 0 | 29 | 3 | 17 | 130 | 29 | 3E |
| Octal | 305 | 165 | 277 | 0 | 51 | 3 | 27 | 460 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10111111 | 0 | 101001 | 11 | 10111 | 100110000 | 101001 | 111110 |
Color Harmonies of #C575BF
Complementary color
Monochromatic Colors of #C575BF
Black with #C575BF
Text Example
Text Example
White with #C575BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575BF; }
p { color: rgb(197,117,191); }
H1.HeaderClassName
{
color: #C575BF;
}
.AnyTagClassName
{
color: #C575BF;
}
</style>
background-color css
<style>
a { background-color: #C575BF; }
a { background-color: rgb(197,117,191); }
div.DivClassName
{
background-color: #C575BF;
}
.BgClassName
{
background-color: #C575BF;
}
</style>
border-color css
<style>
span { border-color: #C575BF; }
span { border-color: rgb(197,117,191); }
td.TdClassName
{
border-color: #C575BF;
}
.TagClassName
{
border-color: #C575BF;
}
</style>