Shades of Orchid #C471D3
Tints of Orchid #C471D3
RGB
CMYK
RGB Variations
Color information
#C471D3 (or 0xC471D3) is known color: Orchid. HEX triplet: C4, 71 and D3. RGB value is (196,113,211). Sum of RGB (Red+Green+Blue) = 196+113+211=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C471D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471D3 is #3B8E2C. Grayscale: #949494. Windows color (decimal): -3903021 or 13857220. OLE color: 13857220.
HSL color Cylindrical-coordinate representation of color #C471D3: hue angle of 290.82º 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 #C471D3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 113 | 211 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.17 |
| HSL | 290.82º | 0.53% | 0.64% | - |
| HSV(B) | 290.82º | 0.46% | 0.83% | - |
| XYZ | 40.43 | 28.25 | 64.95 | - |
| YUV | 148.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 211 | 0.07 | 0.46 | 0 | 0.17 | 290.82 | 0.53 | 0.64 |
| Hex | C4 | 71 | D3 | 7 | 2E | 0 | 11 | 123 | 35 | 40 |
| Octal | 304 | 161 | 323 | 7 | 56 | 0 | 21 | 443 | 65 | 100 |
| Binary | 11000100 | 1110001 | 11010011 | 111 | 101110 | 0 | 10001 | 100100011 | 110101 | 1000000 |
Color Harmonies of #C471D3
Complementary color
Monochromatic Colors of #C471D3
Black with #C471D3
Text Example
Text Example
White with #C471D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471D3; }
p { color: rgb(196,113,211); }
H1.HeaderClassName
{
color: #C471D3;
}
.AnyTagClassName
{
color: #C471D3;
}
</style>
background-color css
<style>
a { background-color: #C471D3; }
a { background-color: rgb(196,113,211); }
div.DivClassName
{
background-color: #C471D3;
}
.BgClassName
{
background-color: #C471D3;
}
</style>
border-color css
<style>
span { border-color: #C471D3; }
span { border-color: rgb(196,113,211); }
td.TdClassName
{
border-color: #C471D3;
}
.TagClassName
{
border-color: #C471D3;
}
</style>