Shades of Orchid #C571D3
Tints of Orchid #C571D3
RGB
CMYK
RGB Variations
Color information
#C571D3 (or 0xC571D3) is known color: Orchid. HEX triplet: C5, 71 and D3. RGB value is (197,113,211). Sum of RGB (Red+Green+Blue) = 197+113+211=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #C571D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571D3 is #3A8E2C. Grayscale: #949494. Windows color (decimal): -3837485 or 13857221. OLE color: 13857221.
HSL color Cylindrical-coordinate representation of color #C571D3: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C571D3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 113 | 211 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.17 |
| HSL | 291.43º | 0.53% | 0.64% | - |
| HSV(B) | 291.43º | 0.46% | 0.83% | - |
| XYZ | 40.69 | 28.38 | 64.96 | - |
| YUV | 149.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 211 | 0.07 | 0.46 | 0 | 0.17 | 291.43 | 0.53 | 0.64 |
| Hex | C5 | 71 | D3 | 7 | 2E | 0 | 11 | 123 | 35 | 40 |
| Octal | 305 | 161 | 323 | 7 | 56 | 0 | 21 | 443 | 65 | 100 |
| Binary | 11000101 | 1110001 | 11010011 | 111 | 101110 | 0 | 10001 | 100100011 | 110101 | 1000000 |
Color Harmonies of #C571D3
Complementary color
Monochromatic Colors of #C571D3
Black with #C571D3
Text Example
Text Example
White with #C571D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571D3; }
p { color: rgb(197,113,211); }
H1.HeaderClassName
{
color: #C571D3;
}
.AnyTagClassName
{
color: #C571D3;
}
</style>
background-color css
<style>
a { background-color: #C571D3; }
a { background-color: rgb(197,113,211); }
div.DivClassName
{
background-color: #C571D3;
}
.BgClassName
{
background-color: #C571D3;
}
</style>
border-color css
<style>
span { border-color: #C571D3; }
span { border-color: rgb(197,113,211); }
td.TdClassName
{
border-color: #C571D3;
}
.TagClassName
{
border-color: #C571D3;
}
</style>