Shades of Medium Orchid #C04FF9
Tints of Medium Orchid #C04FF9
RGB
CMYK
RGB Variations
Color information
#C04FF9 (or 0xC04FF9) is known color: Medium Orchid. HEX triplet: C0, 4F and F9. RGB value is (192,79,249). Sum of RGB (Red+Green+Blue) = 192+79+249=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #C04FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FF9 is #3FB006. Grayscale: #838383. Windows color (decimal): -4173831 or 16338880. OLE color: 16338880.
HSL color Cylindrical-coordinate representation of color #C04FF9: hue angle of 279.88º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04FF9 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 79 | 249 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.02 |
| HSL | 279.88º | 0.93% | 0.64% | - |
| HSV(B) | 279.88º | 0.68% | 0.98% | - |
| XYZ | 41.63 | 23.64 | 91.99 | - |
| YUV | 132.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 249 | 0.23 | 0.68 | 0 | 0.02 | 279.88 | 0.93 | 0.64 |
| Hex | C0 | 4F | F9 | 17 | 44 | 0 | 2 | 118 | 5D | 40 |
| Octal | 300 | 117 | 371 | 27 | 104 | 0 | 2 | 430 | 135 | 100 |
| Binary | 11000000 | 1001111 | 11111001 | 10111 | 1000100 | 0 | 10 | 100011000 | 1011101 | 1000000 |
Color Harmonies of #C04FF9
Complementary color
Monochromatic Colors of #C04FF9
Black with #C04FF9
Text Example
Text Example
White with #C04FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FF9; }
p { color: rgb(192,79,249); }
H1.HeaderClassName
{
color: #C04FF9;
}
.AnyTagClassName
{
color: #C04FF9;
}
</style>
background-color css
<style>
a { background-color: #C04FF9; }
a { background-color: rgb(192,79,249); }
div.DivClassName
{
background-color: #C04FF9;
}
.BgClassName
{
background-color: #C04FF9;
}
</style>
border-color css
<style>
span { border-color: #C04FF9; }
span { border-color: rgb(192,79,249); }
td.TdClassName
{
border-color: #C04FF9;
}
.TagClassName
{
border-color: #C04FF9;
}
</style>