Shades of Medium Orchid #C03FFA
Tints of Medium Orchid #C03FFA
RGB
CMYK
RGB Variations
Color information
#C03FFA (or 0xC03FFA) is known color: Medium Orchid. HEX triplet: C0, 3F and FA. RGB value is (192,63,250). Sum of RGB (Red+Green+Blue) = 192+63+250=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C03FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FFA is #3FC005. Grayscale: #7A7A7A. Windows color (decimal): -4177926 or 16400320. OLE color: 16400320.
HSL color Cylindrical-coordinate representation of color #C03FFA: hue angle of 281.39º degrees, saturation: 0.95, 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 #C03FFA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 63 | 250 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.39º | 0.95% | 0.61% | - |
| HSV(B) | 281.39º | 0.75% | 0.98% | - |
| XYZ | 40.77 | 21.66 | 92.48 | - |
| YUV | 122.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 250 | 0.23 | 0.75 | 0 | 0.02 | 281.39 | 0.95 | 0.61 |
| Hex | C0 | 3F | FA | 17 | 4B | 0 | 2 | 119 | 5F | 3D |
| Octal | 300 | 77 | 372 | 27 | 113 | 0 | 2 | 431 | 137 | 75 |
| Binary | 11000000 | 111111 | 11111010 | 10111 | 1001011 | 0 | 10 | 100011001 | 1011111 | 111101 |
Color Harmonies of #C03FFA
Complementary color
Monochromatic Colors of #C03FFA
Black with #C03FFA
Text Example
Text Example
White with #C03FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FFA; }
p { color: rgb(192,63,250); }
H1.HeaderClassName
{
color: #C03FFA;
}
.AnyTagClassName
{
color: #C03FFA;
}
</style>
background-color css
<style>
a { background-color: #C03FFA; }
a { background-color: rgb(192,63,250); }
div.DivClassName
{
background-color: #C03FFA;
}
.BgClassName
{
background-color: #C03FFA;
}
</style>
border-color css
<style>
span { border-color: #C03FFA; }
span { border-color: rgb(192,63,250); }
td.TdClassName
{
border-color: #C03FFA;
}
.TagClassName
{
border-color: #C03FFA;
}
</style>