Shades of Medium Orchid #C271DF
Tints of Medium Orchid #C271DF
RGB
CMYK
RGB Variations
Color information
#C271DF (or 0xC271DF) is known color: Medium Orchid. HEX triplet: C2, 71 and DF. RGB value is (194,113,223). Sum of RGB (Red+Green+Blue) = 194+113+223=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C271DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DF is #3D8E20. Grayscale: #959595. Windows color (decimal): -4034081 or 14643650. OLE color: 14643650.
HSL color Cylindrical-coordinate representation of color #C271DF: hue angle of 284.18º 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 #C271DF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 113 | 223 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.13 |
| HSL | 284.18º | 0.63% | 0.66% | - |
| HSV(B) | 284.18º | 0.49% | 0.87% | - |
| XYZ | 41.47 | 28.61 | 73.15 | - |
| YUV | 149.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 223 | 0.13 | 0.49 | 0 | 0.13 | 284.18 | 0.63 | 0.66 |
| Hex | C2 | 71 | DF | D | 31 | 0 | D | 11C | 3F | 42 |
| Octal | 302 | 161 | 337 | 15 | 61 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000010 | 1110001 | 11011111 | 1101 | 110001 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C271DF
Complementary color
Monochromatic Colors of #C271DF
Black with #C271DF
Text Example
Text Example
White with #C271DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271DF; }
p { color: rgb(194,113,223); }
H1.HeaderClassName
{
color: #C271DF;
}
.AnyTagClassName
{
color: #C271DF;
}
</style>
background-color css
<style>
a { background-color: #C271DF; }
a { background-color: rgb(194,113,223); }
div.DivClassName
{
background-color: #C271DF;
}
.BgClassName
{
background-color: #C271DF;
}
</style>
border-color css
<style>
span { border-color: #C271DF; }
span { border-color: rgb(194,113,223); }
td.TdClassName
{
border-color: #C271DF;
}
.TagClassName
{
border-color: #C271DF;
}
</style>