Shades of Medium Orchid #C471DF
Tints of Medium Orchid #C471DF
RGB
CMYK
RGB Variations
Color information
#C471DF (or 0xC471DF) is known color: Medium Orchid. HEX triplet: C4, 71 and DF. RGB value is (196,113,223). Sum of RGB (Red+Green+Blue) = 196+113+223=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C471DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471DF is #3B8E20. Grayscale: #969696. Windows color (decimal): -3903009 or 14643652. OLE color: 14643652.
HSL color Cylindrical-coordinate representation of color #C471DF: hue angle of 285.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C471DF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 113 | 223 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.13 |
| HSL | 285.27º | 0.63% | 0.66% | - |
| HSV(B) | 285.27º | 0.49% | 0.87% | - |
| XYZ | 41.99 | 28.87 | 73.17 | - |
| YUV | 150.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 223 | 0.12 | 0.49 | 0 | 0.13 | 285.27 | 0.63 | 0.66 |
| Hex | C4 | 71 | DF | C | 31 | 0 | D | 11D | 3F | 42 |
| Octal | 304 | 161 | 337 | 14 | 61 | 0 | 15 | 435 | 77 | 102 |
| Binary | 11000100 | 1110001 | 11011111 | 1100 | 110001 | 0 | 1101 | 100011101 | 111111 | 1000010 |
Color Harmonies of #C471DF
Complementary color
Monochromatic Colors of #C471DF
Black with #C471DF
Text Example
Text Example
White with #C471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471DF; }
p { color: rgb(196,113,223); }
H1.HeaderClassName
{
color: #C471DF;
}
.AnyTagClassName
{
color: #C471DF;
}
</style>
background-color css
<style>
a { background-color: #C471DF; }
a { background-color: rgb(196,113,223); }
div.DivClassName
{
background-color: #C471DF;
}
.BgClassName
{
background-color: #C471DF;
}
</style>
border-color css
<style>
span { border-color: #C471DF; }
span { border-color: rgb(196,113,223); }
td.TdClassName
{
border-color: #C471DF;
}
.TagClassName
{
border-color: #C471DF;
}
</style>