Shades of Medium Orchid #C04FCF
Tints of Medium Orchid #C04FCF
RGB
CMYK
RGB Variations
Color information
#C04FCF (or 0xC04FCF) is known color: Medium Orchid. HEX triplet: C0, 4F and CF. RGB value is (192,79,207). Sum of RGB (Red+Green+Blue) = 192+79+207=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C04FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCF is #3FB030. Grayscale: #7E7E7E. Windows color (decimal): -4173873 or 13586368. OLE color: 13586368.
HSL color Cylindrical-coordinate representation of color #C04FCF: hue angle of 292.97º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04FCF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 79 | 207 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.19 |
| HSL | 292.97º | 0.57% | 0.56% | - |
| HSV(B) | 292.97º | 0.62% | 0.81% | - |
| XYZ | 35.8 | 21.3 | 61.26 | - |
| YUV | 127.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 207 | 0.07 | 0.62 | 0 | 0.19 | 292.97 | 0.57 | 0.56 |
| Hex | C0 | 4F | CF | 7 | 3E | 0 | 13 | 125 | 39 | 38 |
| Octal | 300 | 117 | 317 | 7 | 76 | 0 | 23 | 445 | 71 | 70 |
| Binary | 11000000 | 1001111 | 11001111 | 111 | 111110 | 0 | 10011 | 100100101 | 111001 | 111000 |
Color Harmonies of #C04FCF
Complementary color
Monochromatic Colors of #C04FCF
Black with #C04FCF
Text Example
Text Example
White with #C04FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FCF; }
p { color: rgb(192,79,207); }
H1.HeaderClassName
{
color: #C04FCF;
}
.AnyTagClassName
{
color: #C04FCF;
}
</style>
background-color css
<style>
a { background-color: #C04FCF; }
a { background-color: rgb(192,79,207); }
div.DivClassName
{
background-color: #C04FCF;
}
.BgClassName
{
background-color: #C04FCF;
}
</style>
border-color css
<style>
span { border-color: #C04FCF; }
span { border-color: rgb(192,79,207); }
td.TdClassName
{
border-color: #C04FCF;
}
.TagClassName
{
border-color: #C04FCF;
}
</style>