Shades of Medium Orchid #C271DD
Tints of Medium Orchid #C271DD
RGB
CMYK
RGB Variations
Color information
#C271DD (or 0xC271DD) is known color: Medium Orchid. HEX triplet: C2, 71 and DD. RGB value is (194,113,221). Sum of RGB (Red+Green+Blue) = 194+113+221=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C271DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DD is #3D8E22. Grayscale: #959595. Windows color (decimal): -4034083 or 14512578. OLE color: 14512578.
HSL color Cylindrical-coordinate representation of color #C271DD: hue angle of 285º 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 #C271DD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 113 | 221 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.13 |
| HSL | 285º | 0.61% | 0.65% | - |
| HSV(B) | 285º | 0.49% | 0.87% | - |
| XYZ | 41.2 | 28.5 | 71.74 | - |
| YUV | 149.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 221 | 0.12 | 0.49 | 0 | 0.13 | 285 | 0.61 | 0.65 |
| Hex | C2 | 71 | DD | C | 31 | 0 | D | 11D | 3D | 41 |
| Octal | 302 | 161 | 335 | 14 | 61 | 0 | 15 | 435 | 75 | 101 |
| Binary | 11000010 | 1110001 | 11011101 | 1100 | 110001 | 0 | 1101 | 100011101 | 111101 | 1000001 |
Color Harmonies of #C271DD
Complementary color
Monochromatic Colors of #C271DD
Black with #C271DD
Text Example
Text Example
White with #C271DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271DD; }
p { color: rgb(194,113,221); }
H1.HeaderClassName
{
color: #C271DD;
}
.AnyTagClassName
{
color: #C271DD;
}
</style>
background-color css
<style>
a { background-color: #C271DD; }
a { background-color: rgb(194,113,221); }
div.DivClassName
{
background-color: #C271DD;
}
.BgClassName
{
background-color: #C271DD;
}
</style>
border-color css
<style>
span { border-color: #C271DD; }
span { border-color: rgb(194,113,221); }
td.TdClassName
{
border-color: #C271DD;
}
.TagClassName
{
border-color: #C271DD;
}
</style>