Shades of Orchid #C571CE
Tints of Orchid #C571CE
RGB
CMYK
RGB Variations
Color information
#C571CE (or 0xC571CE) is known color: Orchid. HEX triplet: C5, 71 and CE. RGB value is (197,113,206). Sum of RGB (Red+Green+Blue) = 197+113+206=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C571CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CE is #3A8E31. Grayscale: #949494. Windows color (decimal): -3837490 or 13529541. OLE color: 13529541.
HSL color Cylindrical-coordinate representation of color #C571CE: hue angle of 294.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C571CE is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 113 | 206 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.19 |
| HSL | 294.19º | 0.49% | 0.63% | - |
| HSV(B) | 294.19º | 0.45% | 0.81% | - |
| XYZ | 40.07 | 28.14 | 61.71 | - |
| YUV | 148.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 206 | 0.04 | 0.45 | 0 | 0.19 | 294.19 | 0.49 | 0.63 |
| Hex | C5 | 71 | CE | 4 | 2D | 0 | 13 | 126 | 31 | 3F |
| Octal | 305 | 161 | 316 | 4 | 55 | 0 | 23 | 446 | 61 | 77 |
| Binary | 11000101 | 1110001 | 11001110 | 100 | 101101 | 0 | 10011 | 100100110 | 110001 | 111111 |
Color Harmonies of #C571CE
Complementary color
Monochromatic Colors of #C571CE
Black with #C571CE
Text Example
Text Example
White with #C571CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571CE; }
p { color: rgb(197,113,206); }
H1.HeaderClassName
{
color: #C571CE;
}
.AnyTagClassName
{
color: #C571CE;
}
</style>
background-color css
<style>
a { background-color: #C571CE; }
a { background-color: rgb(197,113,206); }
div.DivClassName
{
background-color: #C571CE;
}
.BgClassName
{
background-color: #C571CE;
}
</style>
border-color css
<style>
span { border-color: #C571CE; }
span { border-color: rgb(197,113,206); }
td.TdClassName
{
border-color: #C571CE;
}
.TagClassName
{
border-color: #C571CE;
}
</style>