Shades of Medium Orchid #C276DD
Tints of Medium Orchid #C276DD
RGB
CMYK
RGB Variations
Color information
#C276DD (or 0xC276DD) is known color: Medium Orchid. HEX triplet: C2, 76 and DD. RGB value is (194,118,221). Sum of RGB (Red+Green+Blue) = 194+118+221=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C276DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276DD is #3D8922. Grayscale: #989898. Windows color (decimal): -4032803 or 14513858. OLE color: 14513858.
HSL color Cylindrical-coordinate representation of color #C276DD: hue angle of 284.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C276DD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 118 | 221 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.13 |
| HSL | 284.27º | 0.6% | 0.66% | - |
| HSV(B) | 284.27º | 0.47% | 0.87% | - |
| XYZ | 41.78 | 29.65 | 71.93 | - |
| YUV | 152.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 221 | 0.12 | 0.47 | 0 | 0.13 | 284.27 | 0.6 | 0.66 |
| Hex | C2 | 76 | DD | C | 2F | 0 | D | 11C | 3C | 42 |
| Octal | 302 | 166 | 335 | 14 | 57 | 0 | 15 | 434 | 74 | 102 |
| Binary | 11000010 | 1110110 | 11011101 | 1100 | 101111 | 0 | 1101 | 100011100 | 111100 | 1000010 |
Color Harmonies of #C276DD
Complementary color
Monochromatic Colors of #C276DD
Black with #C276DD
Text Example
Text Example
White with #C276DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276DD; }
p { color: rgb(194,118,221); }
H1.HeaderClassName
{
color: #C276DD;
}
.AnyTagClassName
{
color: #C276DD;
}
</style>
background-color css
<style>
a { background-color: #C276DD; }
a { background-color: rgb(194,118,221); }
div.DivClassName
{
background-color: #C276DD;
}
.BgClassName
{
background-color: #C276DD;
}
</style>
border-color css
<style>
span { border-color: #C276DD; }
span { border-color: rgb(194,118,221); }
td.TdClassName
{
border-color: #C276DD;
}
.TagClassName
{
border-color: #C276DD;
}
</style>