Shades of Medium Orchid #C03BCE
Tints of Medium Orchid #C03BCE
RGB
CMYK
RGB Variations
Color information
#C03BCE (or 0xC03BCE) is known color: Medium Orchid. HEX triplet: C0, 3B and CE. RGB value is (192,59,206). Sum of RGB (Red+Green+Blue) = 192+59+206=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C03BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCE is #3FC431. Grayscale: #737373. Windows color (decimal): -4178994 or 13515712. OLE color: 13515712.
HSL color Cylindrical-coordinate representation of color #C03BCE: hue angle of 294.29º 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 #C03BCE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 59 | 206 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 294.29º | 0.6% | 0.52% | - |
| HSV(B) | 294.29º | 0.71% | 0.81% | - |
| XYZ | 34.44 | 18.79 | 60.2 | - |
| YUV | 115.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 206 | 0.07 | 0.71 | 0 | 0.19 | 294.29 | 0.6 | 0.52 |
| Hex | C0 | 3B | CE | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 300 | 73 | 316 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 11000000 | 111011 | 11001110 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #C03BCE
Complementary color
Monochromatic Colors of #C03BCE
Black with #C03BCE
Text Example
Text Example
White with #C03BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BCE; }
p { color: rgb(192,59,206); }
H1.HeaderClassName
{
color: #C03BCE;
}
.AnyTagClassName
{
color: #C03BCE;
}
</style>
background-color css
<style>
a { background-color: #C03BCE; }
a { background-color: rgb(192,59,206); }
div.DivClassName
{
background-color: #C03BCE;
}
.BgClassName
{
background-color: #C03BCE;
}
</style>
border-color css
<style>
span { border-color: #C03BCE; }
span { border-color: rgb(192,59,206); }
td.TdClassName
{
border-color: #C03BCE;
}
.TagClassName
{
border-color: #C03BCE;
}
</style>