Shades of Medium Orchid #C03BFE
Tints of Medium Orchid #C03BFE
RGB
CMYK
RGB Variations
Color information
#C03BFE (or 0xC03BFE) is known color: Medium Orchid. HEX triplet: C0, 3B and FE. RGB value is (192,59,254). Sum of RGB (Red+Green+Blue) = 192+59+254=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #C03BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BFE is #3FC401. Grayscale: #787878. Windows color (decimal): -4178946 or 16661440. OLE color: 16661440.
HSL color Cylindrical-coordinate representation of color #C03BFE: hue angle of 280.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03BFE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 59 | 254 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.00 |
| HSL | 280.92º | 0.99% | 0.61% | - |
| HSV(B) | 280.92º | 0.77% | 1% | - |
| XYZ | 41.19 | 21.49 | 95.74 | - |
| YUV | 121 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 254 | 0.24 | 0.77 | 0 | 0.00 | 280.92 | 0.99 | 0.61 |
| Hex | C0 | 3B | FE | 18 | 4D | 0 | 0 | 119 | 63 | 3D |
| Octal | 300 | 73 | 376 | 30 | 115 | 0 | 0 | 431 | 143 | 75 |
| Binary | 11000000 | 111011 | 11111110 | 11000 | 1001101 | 0 | 0 | 100011001 | 1100011 | 111101 |
Color Harmonies of #C03BFE
Complementary color
Monochromatic Colors of #C03BFE
Black with #C03BFE
Text Example
Text Example
White with #C03BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BFE; }
p { color: rgb(192,59,254); }
H1.HeaderClassName
{
color: #C03BFE;
}
.AnyTagClassName
{
color: #C03BFE;
}
</style>
background-color css
<style>
a { background-color: #C03BFE; }
a { background-color: rgb(192,59,254); }
div.DivClassName
{
background-color: #C03BFE;
}
.BgClassName
{
background-color: #C03BFE;
}
</style>
border-color css
<style>
span { border-color: #C03BFE; }
span { border-color: rgb(192,59,254); }
td.TdClassName
{
border-color: #C03BFE;
}
.TagClassName
{
border-color: #C03BFE;
}
</style>