Shades of Medium Orchid #C276DC
Tints of Medium Orchid #C276DC
RGB
CMYK
RGB Variations
Color information
#C276DC (or 0xC276DC) is known color: Medium Orchid. HEX triplet: C2, 76 and DC. RGB value is (194,118,220). Sum of RGB (Red+Green+Blue) = 194+118+220=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C276DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276DC is #3D8923. Grayscale: #989898. Windows color (decimal): -4032804 or 14448322. OLE color: 14448322.
HSL color Cylindrical-coordinate representation of color #C276DC: hue angle of 284.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C276DC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 118 | 220 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.14 |
| HSL | 284.71º | 0.59% | 0.66% | - |
| HSV(B) | 284.71º | 0.46% | 0.86% | - |
| XYZ | 41.64 | 29.59 | 71.23 | - |
| YUV | 152.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 220 | 0.12 | 0.46 | 0 | 0.14 | 284.71 | 0.59 | 0.66 |
| Hex | C2 | 76 | DC | C | 2E | 0 | E | 11D | 3B | 42 |
| Octal | 302 | 166 | 334 | 14 | 56 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000010 | 1110110 | 11011100 | 1100 | 101110 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C276DC
Complementary color
Monochromatic Colors of #C276DC
Black with #C276DC
Text Example
Text Example
White with #C276DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276DC; }
p { color: rgb(194,118,220); }
H1.HeaderClassName
{
color: #C276DC;
}
.AnyTagClassName
{
color: #C276DC;
}
</style>
background-color css
<style>
a { background-color: #C276DC; }
a { background-color: rgb(194,118,220); }
div.DivClassName
{
background-color: #C276DC;
}
.BgClassName
{
background-color: #C276DC;
}
</style>
border-color css
<style>
span { border-color: #C276DC; }
span { border-color: rgb(194,118,220); }
td.TdClassName
{
border-color: #C276DC;
}
.TagClassName
{
border-color: #C276DC;
}
</style>