Shades of Medium Orchid #C04BFC
Tints of Medium Orchid #C04BFC
RGB
CMYK
RGB Variations
Color information
#C04BFC (or 0xC04BFC) is known color: Medium Orchid. HEX triplet: C0, 4B and FC. RGB value is (192,75,252). Sum of RGB (Red+Green+Blue) = 192+75+252=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #C04BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BFC is #3FB403. Grayscale: #818181. Windows color (decimal): -4174852 or 16534464. OLE color: 16534464.
HSL color Cylindrical-coordinate representation of color #C04BFC: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C04BFC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 75 | 252 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.01 |
| HSL | 279.66º | 0.97% | 0.64% | - |
| HSV(B) | 279.66º | 0.7% | 0.99% | - |
| XYZ | 41.83 | 23.27 | 94.38 | - |
| YUV | 130.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 252 | 0.24 | 0.70 | 0 | 0.01 | 279.66 | 0.97 | 0.64 |
| Hex | C0 | 4B | FC | 18 | 46 | 0 | 1 | 118 | 61 | 40 |
| Octal | 300 | 113 | 374 | 30 | 106 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000000 | 1001011 | 11111100 | 11000 | 1000110 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C04BFC
Complementary color
Monochromatic Colors of #C04BFC
Black with #C04BFC
Text Example
Text Example
White with #C04BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BFC; }
p { color: rgb(192,75,252); }
H1.HeaderClassName
{
color: #C04BFC;
}
.AnyTagClassName
{
color: #C04BFC;
}
</style>
background-color css
<style>
a { background-color: #C04BFC; }
a { background-color: rgb(192,75,252); }
div.DivClassName
{
background-color: #C04BFC;
}
.BgClassName
{
background-color: #C04BFC;
}
</style>
border-color css
<style>
span { border-color: #C04BFC; }
span { border-color: rgb(192,75,252); }
td.TdClassName
{
border-color: #C04BFC;
}
.TagClassName
{
border-color: #C04BFC;
}
</style>