Shades of Medium Orchid #C04FF3
Tints of Medium Orchid #C04FF3
RGB
CMYK
RGB Variations
Color information
#C04FF3 (or 0xC04FF3) is known color: Medium Orchid. HEX triplet: C0, 4F and F3. RGB value is (192,79,243). Sum of RGB (Red+Green+Blue) = 192+79+243=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #C04FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FF3 is #3FB00C. Grayscale: #828282. Windows color (decimal): -4173837 or 15945664. OLE color: 15945664.
HSL color Cylindrical-coordinate representation of color #C04FF3: hue angle of 281.34º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04FF3 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 79 | 243 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.05 |
| HSL | 281.34º | 0.87% | 0.63% | - |
| HSV(B) | 281.34º | 0.67% | 0.95% | - |
| XYZ | 40.71 | 23.27 | 87.14 | - |
| YUV | 131.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 243 | 0.21 | 0.67 | 0 | 0.05 | 281.34 | 0.87 | 0.63 |
| Hex | C0 | 4F | F3 | 15 | 43 | 0 | 5 | 119 | 57 | 3F |
| Octal | 300 | 117 | 363 | 25 | 103 | 0 | 5 | 431 | 127 | 77 |
| Binary | 11000000 | 1001111 | 11110011 | 10101 | 1000011 | 0 | 101 | 100011001 | 1010111 | 111111 |
Color Harmonies of #C04FF3
Complementary color
Monochromatic Colors of #C04FF3
Black with #C04FF3
Text Example
Text Example
White with #C04FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FF3; }
p { color: rgb(192,79,243); }
H1.HeaderClassName
{
color: #C04FF3;
}
.AnyTagClassName
{
color: #C04FF3;
}
</style>
background-color css
<style>
a { background-color: #C04FF3; }
a { background-color: rgb(192,79,243); }
div.DivClassName
{
background-color: #C04FF3;
}
.BgClassName
{
background-color: #C04FF3;
}
</style>
border-color css
<style>
span { border-color: #C04FF3; }
span { border-color: rgb(192,79,243); }
td.TdClassName
{
border-color: #C04FF3;
}
.TagClassName
{
border-color: #C04FF3;
}
</style>