Shades of Medium Orchid #C04FFF
Tints of Medium Orchid #C04FFF
RGB
CMYK
RGB Variations
Color information
#C04FFF (or 0xC04FFF) is known color: Medium Orchid. HEX triplet: C0, 4F and FF. RGB value is (192,79,255). Sum of RGB (Red+Green+Blue) = 192+79+255=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C04FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFF is #3FB000. Grayscale: #848484. Windows color (decimal): -4173825 or 16732096. OLE color: 16732096.
HSL color Cylindrical-coordinate representation of color #C04FFF: hue angle of 278.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04FFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 79 | 255 | - |
| CMYK | 0.25 | 0.69 | 0 | 0 |
| HSL | 278.52º | 1% | 0.65% | - |
| HSV(B) | 278.52º | 0.69% | 1% | - |
| XYZ | 42.58 | 24.02 | 97 | - |
| YUV | 132.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 255 | 0.25 | 0.69 | 0 | 0 | 278.52 | 1 | 0.65 |
| Hex | C0 | 4F | FF | 19 | 45 | 0 | 0 | 117 | 64 | 41 |
| Octal | 300 | 117 | 377 | 31 | 105 | 0 | 0 | 427 | 144 | 101 |
| Binary | 11000000 | 1001111 | 11111111 | 11001 | 1000101 | 0 | 0 | 100010111 | 1100100 | 1000001 |
Color Harmonies of #C04FFF
Complementary color
Monochromatic Colors of #C04FFF
Black with #C04FFF
Text Example
Text Example
White with #C04FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FFF; }
p { color: rgb(192,79,255); }
H1.HeaderClassName
{
color: #C04FFF;
}
.AnyTagClassName
{
color: #C04FFF;
}
</style>
background-color css
<style>
a { background-color: #C04FFF; }
a { background-color: rgb(192,79,255); }
div.DivClassName
{
background-color: #C04FFF;
}
.BgClassName
{
background-color: #C04FFF;
}
</style>
border-color css
<style>
span { border-color: #C04FFF; }
span { border-color: rgb(192,79,255); }
td.TdClassName
{
border-color: #C04FFF;
}
.TagClassName
{
border-color: #C04FFF;
}
</style>