Shades of Medium Orchid #C033F4
Tints of Medium Orchid #C033F4
RGB
CMYK
RGB Variations
Color information
#C033F4 (or 0xC033F4) is known color: Medium Orchid. HEX triplet: C0, 33 and F4. RGB value is (192,51,244). Sum of RGB (Red+Green+Blue) = 192+51+244=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #C033F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033F4 is #3FCC0B. Grayscale: #727272. Windows color (decimal): -4181004 or 16004032. OLE color: 16004032.
HSL color Cylindrical-coordinate representation of color #C033F4: hue angle of 283.83º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C033F4 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 51 | 244 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.04 |
| HSL | 283.83º | 0.9% | 0.58% | - |
| HSV(B) | 283.83º | 0.79% | 0.96% | - |
| XYZ | 39.25 | 20.11 | 87.4 | - |
| YUV | 115.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 244 | 0.21 | 0.79 | 0 | 0.04 | 283.83 | 0.9 | 0.58 |
| Hex | C0 | 33 | F4 | 15 | 4F | 0 | 4 | 11C | 5A | 3A |
| Octal | 300 | 63 | 364 | 25 | 117 | 0 | 4 | 434 | 132 | 72 |
| Binary | 11000000 | 110011 | 11110100 | 10101 | 1001111 | 0 | 100 | 100011100 | 1011010 | 111010 |
Color Harmonies of #C033F4
Complementary color
Monochromatic Colors of #C033F4
Black with #C033F4
Text Example
Text Example
White with #C033F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033F4; }
p { color: rgb(192,51,244); }
H1.HeaderClassName
{
color: #C033F4;
}
.AnyTagClassName
{
color: #C033F4;
}
</style>
background-color css
<style>
a { background-color: #C033F4; }
a { background-color: rgb(192,51,244); }
div.DivClassName
{
background-color: #C033F4;
}
.BgClassName
{
background-color: #C033F4;
}
</style>
border-color css
<style>
span { border-color: #C033F4; }
span { border-color: rgb(192,51,244); }
td.TdClassName
{
border-color: #C033F4;
}
.TagClassName
{
border-color: #C033F4;
}
</style>