Shades of Medium Orchid #C040CF
Tints of Medium Orchid #C040CF
RGB
CMYK
RGB Variations
Color information
#C040CF (or 0xC040CF) is known color: Medium Orchid. HEX triplet: C0, 40 and CF. RGB value is (192,64,207). Sum of RGB (Red+Green+Blue) = 192+64+207=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C040CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040CF is #3FBF30. Grayscale: #767676. Windows color (decimal): -4177713 or 13582528. OLE color: 13582528.
HSL color Cylindrical-coordinate representation of color #C040CF: hue angle of 293.71º 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 #C040CF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 64 | 207 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.19 |
| HSL | 293.71º | 0.6% | 0.53% | - |
| HSV(B) | 293.71º | 0.69% | 0.81% | - |
| XYZ | 34.83 | 19.38 | 60.94 | - |
| YUV | 118.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 207 | 0.07 | 0.69 | 0 | 0.19 | 293.71 | 0.6 | 0.53 |
| Hex | C0 | 40 | CF | 7 | 45 | 0 | 13 | 126 | 3C | 35 |
| Octal | 300 | 100 | 317 | 7 | 105 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000000 | 1000000 | 11001111 | 111 | 1000101 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C040CF
Complementary color
Monochromatic Colors of #C040CF
Black with #C040CF
Text Example
Text Example
White with #C040CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040CF; }
p { color: rgb(192,64,207); }
H1.HeaderClassName
{
color: #C040CF;
}
.AnyTagClassName
{
color: #C040CF;
}
</style>
background-color css
<style>
a { background-color: #C040CF; }
a { background-color: rgb(192,64,207); }
div.DivClassName
{
background-color: #C040CF;
}
.BgClassName
{
background-color: #C040CF;
}
</style>
border-color css
<style>
span { border-color: #C040CF; }
span { border-color: rgb(192,64,207); }
td.TdClassName
{
border-color: #C040CF;
}
.TagClassName
{
border-color: #C040CF;
}
</style>