Shades of Medium Orchid #C041CF
Tints of Medium Orchid #C041CF
RGB
CMYK
RGB Variations
Color information
#C041CF (or 0xC041CF) is known color: Medium Orchid. HEX triplet: C0, 41 and CF. RGB value is (192,65,207). Sum of RGB (Red+Green+Blue) = 192+65+207=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C041CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CF is #3FBE30. Grayscale: #767676. Windows color (decimal): -4177457 or 13582784. OLE color: 13582784.
HSL color Cylindrical-coordinate representation of color #C041CF: hue angle of 293.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C041CF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 65 | 207 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.19 |
| HSL | 293.66º | 0.6% | 0.53% | - |
| HSV(B) | 293.66º | 0.69% | 0.81% | - |
| XYZ | 34.89 | 19.49 | 60.95 | - |
| YUV | 119.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 207 | 0.07 | 0.69 | 0 | 0.19 | 293.66 | 0.6 | 0.53 |
| Hex | C0 | 41 | CF | 7 | 45 | 0 | 13 | 126 | 3C | 35 |
| Octal | 300 | 101 | 317 | 7 | 105 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000000 | 1000001 | 11001111 | 111 | 1000101 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C041CF
Complementary color
Monochromatic Colors of #C041CF
Black with #C041CF
Text Example
Text Example
White with #C041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041CF; }
p { color: rgb(192,65,207); }
H1.HeaderClassName
{
color: #C041CF;
}
.AnyTagClassName
{
color: #C041CF;
}
</style>
background-color css
<style>
a { background-color: #C041CF; }
a { background-color: rgb(192,65,207); }
div.DivClassName
{
background-color: #C041CF;
}
.BgClassName
{
background-color: #C041CF;
}
</style>
border-color css
<style>
span { border-color: #C041CF; }
span { border-color: rgb(192,65,207); }
td.TdClassName
{
border-color: #C041CF;
}
.TagClassName
{
border-color: #C041CF;
}
</style>