Shades of Medium Orchid #C04BF6
Tints of Medium Orchid #C04BF6
RGB
CMYK
RGB Variations
Color information
#C04BF6 (or 0xC04BF6) is known color: Medium Orchid. HEX triplet: C0, 4B and F6. RGB value is (192,75,246). Sum of RGB (Red+Green+Blue) = 192+75+246=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #C04BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BF6 is #3FB409. Grayscale: #808080. Windows color (decimal): -4174858 or 16141248. OLE color: 16141248.
HSL color Cylindrical-coordinate representation of color #C04BF6: hue angle of 281.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04BF6 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 75 | 246 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.04 |
| HSL | 281.05º | 0.9% | 0.63% | - |
| HSV(B) | 281.05º | 0.7% | 0.96% | - |
| XYZ | 40.89 | 22.89 | 89.45 | - |
| YUV | 129.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 246 | 0.22 | 0.70 | 0 | 0.04 | 281.05 | 0.9 | 0.63 |
| Hex | C0 | 4B | F6 | 16 | 46 | 0 | 4 | 119 | 5A | 3F |
| Octal | 300 | 113 | 366 | 26 | 106 | 0 | 4 | 431 | 132 | 77 |
| Binary | 11000000 | 1001011 | 11110110 | 10110 | 1000110 | 0 | 100 | 100011001 | 1011010 | 111111 |
Color Harmonies of #C04BF6
Complementary color
Monochromatic Colors of #C04BF6
Black with #C04BF6
Text Example
Text Example
White with #C04BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BF6; }
p { color: rgb(192,75,246); }
H1.HeaderClassName
{
color: #C04BF6;
}
.AnyTagClassName
{
color: #C04BF6;
}
</style>
background-color css
<style>
a { background-color: #C04BF6; }
a { background-color: rgb(192,75,246); }
div.DivClassName
{
background-color: #C04BF6;
}
.BgClassName
{
background-color: #C04BF6;
}
</style>
border-color css
<style>
span { border-color: #C04BF6; }
span { border-color: rgb(192,75,246); }
td.TdClassName
{
border-color: #C04BF6;
}
.TagClassName
{
border-color: #C04BF6;
}
</style>