Shades of Medium Orchid #C03CCE
Tints of Medium Orchid #C03CCE
RGB
CMYK
RGB Variations
Color information
#C03CCE (or 0xC03CCE) is known color: Medium Orchid. HEX triplet: C0, 3C and CE. RGB value is (192,60,206). Sum of RGB (Red+Green+Blue) = 192+60+206=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C03CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCE is #3FC331. Grayscale: #737373. Windows color (decimal): -4178738 or 13515968. OLE color: 13515968.
HSL color Cylindrical-coordinate representation of color #C03CCE: hue angle of 294.25º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03CCE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 60 | 206 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 294.25º | 0.6% | 0.52% | - |
| HSV(B) | 294.25º | 0.71% | 0.81% | - |
| XYZ | 34.49 | 18.89 | 60.22 | - |
| YUV | 116.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 206 | 0.07 | 0.71 | 0 | 0.19 | 294.25 | 0.6 | 0.52 |
| Hex | C0 | 3C | CE | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 300 | 74 | 316 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 11000000 | 111100 | 11001110 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #C03CCE
Complementary color
Monochromatic Colors of #C03CCE
Black with #C03CCE
Text Example
Text Example
White with #C03CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CCE; }
p { color: rgb(192,60,206); }
H1.HeaderClassName
{
color: #C03CCE;
}
.AnyTagClassName
{
color: #C03CCE;
}
</style>
background-color css
<style>
a { background-color: #C03CCE; }
a { background-color: rgb(192,60,206); }
div.DivClassName
{
background-color: #C03CCE;
}
.BgClassName
{
background-color: #C03CCE;
}
</style>
border-color css
<style>
span { border-color: #C03CCE; }
span { border-color: rgb(192,60,206); }
td.TdClassName
{
border-color: #C03CCE;
}
.TagClassName
{
border-color: #C03CCE;
}
</style>