Shades of Medium Orchid #C03AFE
Tints of Medium Orchid #C03AFE
RGB
CMYK
RGB Variations
Color information
#C03AFE (or 0xC03AFE) is known color: Medium Orchid. HEX triplet: C0, 3A and FE. RGB value is (192,58,254). Sum of RGB (Red+Green+Blue) = 192+58+254=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #C03AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFE is #3FC501. Grayscale: #777777. Windows color (decimal): -4179202 or 16661184. OLE color: 16661184.
HSL color Cylindrical-coordinate representation of color #C03AFE: hue angle of 281.02º 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 #C03AFE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 58 | 254 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.00 |
| HSL | 281.02º | 0.99% | 0.61% | - |
| HSV(B) | 281.02º | 0.77% | 1% | - |
| XYZ | 41.14 | 21.39 | 95.73 | - |
| YUV | 120.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 254 | 0.24 | 0.77 | 0 | 0.00 | 281.02 | 0.99 | 0.61 |
| Hex | C0 | 3A | FE | 18 | 4D | 0 | 0 | 119 | 63 | 3D |
| Octal | 300 | 72 | 376 | 30 | 115 | 0 | 0 | 431 | 143 | 75 |
| Binary | 11000000 | 111010 | 11111110 | 11000 | 1001101 | 0 | 0 | 100011001 | 1100011 | 111101 |
Color Harmonies of #C03AFE
Complementary color
Monochromatic Colors of #C03AFE
Black with #C03AFE
Text Example
Text Example
White with #C03AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AFE; }
p { color: rgb(192,58,254); }
H1.HeaderClassName
{
color: #C03AFE;
}
.AnyTagClassName
{
color: #C03AFE;
}
</style>
background-color css
<style>
a { background-color: #C03AFE; }
a { background-color: rgb(192,58,254); }
div.DivClassName
{
background-color: #C03AFE;
}
.BgClassName
{
background-color: #C03AFE;
}
</style>
border-color css
<style>
span { border-color: #C03AFE; }
span { border-color: rgb(192,58,254); }
td.TdClassName
{
border-color: #C03AFE;
}
.TagClassName
{
border-color: #C03AFE;
}
</style>