Shades of Medium Orchid #C471DD
Tints of Medium Orchid #C471DD
RGB
CMYK
RGB Variations
Color information
#C471DD (or 0xC471DD) is known color: Medium Orchid. HEX triplet: C4, 71 and DD. RGB value is (196,113,221). Sum of RGB (Red+Green+Blue) = 196+113+221=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C471DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471DD is #3B8E22. Grayscale: #959595. Windows color (decimal): -3903011 or 14512580. OLE color: 14512580.
HSL color Cylindrical-coordinate representation of color #C471DD: hue angle of 286.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C471DD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 113 | 221 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.13 |
| HSL | 286.11º | 0.61% | 0.65% | - |
| HSV(B) | 286.11º | 0.49% | 0.87% | - |
| XYZ | 41.72 | 28.77 | 71.76 | - |
| YUV | 150.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 221 | 0.11 | 0.49 | 0 | 0.13 | 286.11 | 0.61 | 0.65 |
| Hex | C4 | 71 | DD | B | 31 | 0 | D | 11E | 3D | 41 |
| Octal | 304 | 161 | 335 | 13 | 61 | 0 | 15 | 436 | 75 | 101 |
| Binary | 11000100 | 1110001 | 11011101 | 1011 | 110001 | 0 | 1101 | 100011110 | 111101 | 1000001 |
Color Harmonies of #C471DD
Complementary color
Monochromatic Colors of #C471DD
Black with #C471DD
Text Example
Text Example
White with #C471DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471DD; }
p { color: rgb(196,113,221); }
H1.HeaderClassName
{
color: #C471DD;
}
.AnyTagClassName
{
color: #C471DD;
}
</style>
background-color css
<style>
a { background-color: #C471DD; }
a { background-color: rgb(196,113,221); }
div.DivClassName
{
background-color: #C471DD;
}
.BgClassName
{
background-color: #C471DD;
}
</style>
border-color css
<style>
span { border-color: #C471DD; }
span { border-color: rgb(196,113,221); }
td.TdClassName
{
border-color: #C471DD;
}
.TagClassName
{
border-color: #C471DD;
}
</style>