Shades of Medium Orchid #C039CF
Tints of Medium Orchid #C039CF
RGB
CMYK
RGB Variations
Color information
#C039CF (or 0xC039CF) is known color: Medium Orchid. HEX triplet: C0, 39 and CF. RGB value is (192,57,207). Sum of RGB (Red+Green+Blue) = 192+57+207=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C039CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C039CF is #3FC630. Grayscale: #717171. Windows color (decimal): -4179505 or 13580736. OLE color: 13580736.
HSL color Cylindrical-coordinate representation of color #C039CF: hue angle of 294º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C039CF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 57 | 207 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.19 |
| HSL | 294º | 0.61% | 0.52% | - |
| HSV(B) | 294º | 0.72% | 0.81% | - |
| XYZ | 34.46 | 18.64 | 60.81 | - |
| YUV | 114.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 207 | 0.07 | 0.72 | 0 | 0.19 | 294 | 0.61 | 0.52 |
| Hex | C0 | 39 | CF | 7 | 48 | 0 | 13 | 126 | 3D | 34 |
| Octal | 300 | 71 | 317 | 7 | 110 | 0 | 23 | 446 | 75 | 64 |
| Binary | 11000000 | 111001 | 11001111 | 111 | 1001000 | 0 | 10011 | 100100110 | 111101 | 110100 |
Color Harmonies of #C039CF
Complementary color
Monochromatic Colors of #C039CF
Black with #C039CF
Text Example
Text Example
White with #C039CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039CF; }
p { color: rgb(192,57,207); }
H1.HeaderClassName
{
color: #C039CF;
}
.AnyTagClassName
{
color: #C039CF;
}
</style>
background-color css
<style>
a { background-color: #C039CF; }
a { background-color: rgb(192,57,207); }
div.DivClassName
{
background-color: #C039CF;
}
.BgClassName
{
background-color: #C039CF;
}
</style>
border-color css
<style>
span { border-color: #C039CF; }
span { border-color: rgb(192,57,207); }
td.TdClassName
{
border-color: #C039CF;
}
.TagClassName
{
border-color: #C039CF;
}
</style>