Shades of Medium Orchid #C031CE
Tints of Medium Orchid #C031CE
RGB
CMYK
RGB Variations
Color information
#C031CE (or 0xC031CE) is known color: Medium Orchid. HEX triplet: C0, 31 and CE. RGB value is (192,49,206). Sum of RGB (Red+Green+Blue) = 192+49+206=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #C031CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CE is #3FCE31. Grayscale: #6D6D6D. Windows color (decimal): -4181554 or 13513152. OLE color: 13513152.
HSL color Cylindrical-coordinate representation of color #C031CE: hue angle of 294.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C031CE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 49 | 206 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.19 |
| HSL | 294.65º | 0.62% | 0.5% | - |
| HSV(B) | 294.65º | 0.76% | 0.81% | - |
| XYZ | 33.98 | 17.86 | 60.05 | - |
| YUV | 109.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 206 | 0.07 | 0.76 | 0 | 0.19 | 294.65 | 0.62 | 0.5 |
| Hex | C0 | 31 | CE | 7 | 4C | 0 | 13 | 127 | 3E | 32 |
| Octal | 300 | 61 | 316 | 7 | 114 | 0 | 23 | 447 | 76 | 62 |
| Binary | 11000000 | 110001 | 11001110 | 111 | 1001100 | 0 | 10011 | 100100111 | 111110 | 110010 |
Color Harmonies of #C031CE
Complementary color
Monochromatic Colors of #C031CE
Black with #C031CE
Text Example
Text Example
White with #C031CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031CE; }
p { color: rgb(192,49,206); }
H1.HeaderClassName
{
color: #C031CE;
}
.AnyTagClassName
{
color: #C031CE;
}
</style>
background-color css
<style>
a { background-color: #C031CE; }
a { background-color: rgb(192,49,206); }
div.DivClassName
{
background-color: #C031CE;
}
.BgClassName
{
background-color: #C031CE;
}
</style>
border-color css
<style>
span { border-color: #C031CE; }
span { border-color: rgb(192,49,206); }
td.TdClassName
{
border-color: #C031CE;
}
.TagClassName
{
border-color: #C031CE;
}
</style>