Shades of Medium Orchid #C03BF8
Tints of Medium Orchid #C03BF8
RGB
CMYK
RGB Variations
Color information
#C03BF8 (or 0xC03BF8) is known color: Medium Orchid. HEX triplet: C0, 3B and F8. RGB value is (192,59,248). Sum of RGB (Red+Green+Blue) = 192+59+248=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #C03BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BF8 is #3FC407. Grayscale: #777777. Windows color (decimal): -4178952 or 16268224. OLE color: 16268224.
HSL color Cylindrical-coordinate representation of color #C03BF8: hue angle of 282.22º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03BF8 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 59 | 248 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.03 |
| HSL | 282.22º | 0.93% | 0.6% | - |
| HSV(B) | 282.22º | 0.76% | 0.97% | - |
| XYZ | 40.25 | 21.11 | 90.76 | - |
| YUV | 120.31 | 200.06 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 248 | 0.23 | 0.76 | 0 | 0.03 | 282.22 | 0.93 | 0.6 |
| Hex | C0 | 3B | F8 | 17 | 4C | 0 | 3 | 11A | 5D | 3C |
| Octal | 300 | 73 | 370 | 27 | 114 | 0 | 3 | 432 | 135 | 74 |
| Binary | 11000000 | 111011 | 11111000 | 10111 | 1001100 | 0 | 11 | 100011010 | 1011101 | 111100 |
Color Harmonies of #C03BF8
Complementary color
Monochromatic Colors of #C03BF8
Black with #C03BF8
Text Example
Text Example
White with #C03BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BF8; }
p { color: rgb(192,59,248); }
H1.HeaderClassName
{
color: #C03BF8;
}
.AnyTagClassName
{
color: #C03BF8;
}
</style>
background-color css
<style>
a { background-color: #C03BF8; }
a { background-color: rgb(192,59,248); }
div.DivClassName
{
background-color: #C03BF8;
}
.BgClassName
{
background-color: #C03BF8;
}
</style>
border-color css
<style>
span { border-color: #C03BF8; }
span { border-color: rgb(192,59,248); }
td.TdClassName
{
border-color: #C03BF8;
}
.TagClassName
{
border-color: #C03BF8;
}
</style>