Shades of Medium Orchid #C03EFB
Tints of Medium Orchid #C03EFB
RGB
CMYK
RGB Variations
Color information
#C03EFB (or 0xC03EFB) is known color: Medium Orchid. HEX triplet: C0, 3E and FB. RGB value is (192,62,251). Sum of RGB (Red+Green+Blue) = 192+62+251=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C03EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EFB is #3FC104. Grayscale: #797979. Windows color (decimal): -4178181 or 16465600. OLE color: 16465600.
HSL color Cylindrical-coordinate representation of color #C03EFB: hue angle of 281.27º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03EFB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 62 | 251 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 281.27º | 0.96% | 0.61% | - |
| HSV(B) | 281.27º | 0.75% | 0.98% | - |
| XYZ | 40.87 | 21.62 | 93.28 | - |
| YUV | 122.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 251 | 0.24 | 0.75 | 0 | 0.02 | 281.27 | 0.96 | 0.61 |
| Hex | C0 | 3E | FB | 18 | 4B | 0 | 2 | 119 | 60 | 3D |
| Octal | 300 | 76 | 373 | 30 | 113 | 0 | 2 | 431 | 140 | 75 |
| Binary | 11000000 | 111110 | 11111011 | 11000 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111101 |
Color Harmonies of #C03EFB
Complementary color
Monochromatic Colors of #C03EFB
Black with #C03EFB
Text Example
Text Example
White with #C03EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EFB; }
p { color: rgb(192,62,251); }
H1.HeaderClassName
{
color: #C03EFB;
}
.AnyTagClassName
{
color: #C03EFB;
}
</style>
background-color css
<style>
a { background-color: #C03EFB; }
a { background-color: rgb(192,62,251); }
div.DivClassName
{
background-color: #C03EFB;
}
.BgClassName
{
background-color: #C03EFB;
}
</style>
border-color css
<style>
span { border-color: #C03EFB; }
span { border-color: rgb(192,62,251); }
td.TdClassName
{
border-color: #C03EFB;
}
.TagClassName
{
border-color: #C03EFB;
}
</style>