Shades of Medium Orchid #C276DF
Tints of Medium Orchid #C276DF
RGB
CMYK
RGB Variations
Color information
#C276DF (or 0xC276DF) is known color: Medium Orchid. HEX triplet: C2, 76 and DF. RGB value is (194,118,223). Sum of RGB (Red+Green+Blue) = 194+118+223=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C276DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276DF is #3D8920. Grayscale: #989898. Windows color (decimal): -4032801 or 14644930. OLE color: 14644930.
HSL color Cylindrical-coordinate representation of color #C276DF: hue angle of 283.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C276DF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 118 | 223 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.13 |
| HSL | 283.43º | 0.62% | 0.67% | - |
| HSV(B) | 283.43º | 0.47% | 0.87% | - |
| XYZ | 42.05 | 29.75 | 73.34 | - |
| YUV | 152.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 223 | 0.13 | 0.47 | 0 | 0.13 | 283.43 | 0.62 | 0.67 |
| Hex | C2 | 76 | DF | D | 2F | 0 | D | 11B | 3E | 43 |
| Octal | 302 | 166 | 337 | 15 | 57 | 0 | 15 | 433 | 76 | 103 |
| Binary | 11000010 | 1110110 | 11011111 | 1101 | 101111 | 0 | 1101 | 100011011 | 111110 | 1000011 |
Color Harmonies of #C276DF
Complementary color
Monochromatic Colors of #C276DF
Black with #C276DF
Text Example
Text Example
White with #C276DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276DF; }
p { color: rgb(194,118,223); }
H1.HeaderClassName
{
color: #C276DF;
}
.AnyTagClassName
{
color: #C276DF;
}
</style>
background-color css
<style>
a { background-color: #C276DF; }
a { background-color: rgb(194,118,223); }
div.DivClassName
{
background-color: #C276DF;
}
.BgClassName
{
background-color: #C276DF;
}
</style>
border-color css
<style>
span { border-color: #C276DF; }
span { border-color: rgb(194,118,223); }
td.TdClassName
{
border-color: #C276DF;
}
.TagClassName
{
border-color: #C276DF;
}
</style>