Shades of Orchid #C471D1
Tints of Orchid #C471D1
RGB
CMYK
RGB Variations
Color information
#C471D1 (or 0xC471D1) is known color: Orchid. HEX triplet: C4, 71 and D1. RGB value is (196,113,209). Sum of RGB (Red+Green+Blue) = 196+113+209=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #C471D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471D1 is #3B8E2E. Grayscale: #949494. Windows color (decimal): -3903023 or 13726148. OLE color: 13726148.
HSL color Cylindrical-coordinate representation of color #C471D1: hue angle of 291.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C471D1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 113 | 209 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.18 |
| HSL | 291.88º | 0.51% | 0.63% | - |
| HSV(B) | 291.88º | 0.46% | 0.82% | - |
| XYZ | 40.18 | 28.15 | 63.64 | - |
| YUV | 148.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 209 | 0.06 | 0.46 | 0 | 0.18 | 291.88 | 0.51 | 0.63 |
| Hex | C4 | 71 | D1 | 6 | 2E | 0 | 12 | 124 | 33 | 3F |
| Octal | 304 | 161 | 321 | 6 | 56 | 0 | 22 | 444 | 63 | 77 |
| Binary | 11000100 | 1110001 | 11010001 | 110 | 101110 | 0 | 10010 | 100100100 | 110011 | 111111 |
Color Harmonies of #C471D1
Complementary color
Monochromatic Colors of #C471D1
Black with #C471D1
Text Example
Text Example
White with #C471D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471D1; }
p { color: rgb(196,113,209); }
H1.HeaderClassName
{
color: #C471D1;
}
.AnyTagClassName
{
color: #C471D1;
}
</style>
background-color css
<style>
a { background-color: #C471D1; }
a { background-color: rgb(196,113,209); }
div.DivClassName
{
background-color: #C471D1;
}
.BgClassName
{
background-color: #C471D1;
}
</style>
border-color css
<style>
span { border-color: #C471D1; }
span { border-color: rgb(196,113,209); }
td.TdClassName
{
border-color: #C471D1;
}
.TagClassName
{
border-color: #C471D1;
}
</style>