Shades of Medium Orchid #C036CF
Tints of Medium Orchid #C036CF
RGB
CMYK
RGB Variations
Color information
#C036CF (or 0xC036CF) is known color: Medium Orchid. HEX triplet: C0, 36 and CF. RGB value is (192,54,207). Sum of RGB (Red+Green+Blue) = 192+54+207=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #C036CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CF is #3FC930. Grayscale: #707070. Windows color (decimal): -4180273 or 13579968. OLE color: 13579968.
HSL color Cylindrical-coordinate representation of color #C036CF: hue angle of 294.12º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C036CF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 54 | 207 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.19 |
| HSL | 294.12º | 0.61% | 0.51% | - |
| HSV(B) | 294.12º | 0.74% | 0.81% | - |
| XYZ | 34.32 | 18.35 | 60.76 | - |
| YUV | 112.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 207 | 0.07 | 0.74 | 0 | 0.19 | 294.12 | 0.61 | 0.51 |
| Hex | C0 | 36 | CF | 7 | 4A | 0 | 13 | 126 | 3D | 33 |
| Octal | 300 | 66 | 317 | 7 | 112 | 0 | 23 | 446 | 75 | 63 |
| Binary | 11000000 | 110110 | 11001111 | 111 | 1001010 | 0 | 10011 | 100100110 | 111101 | 110011 |
Color Harmonies of #C036CF
Complementary color
Monochromatic Colors of #C036CF
Black with #C036CF
Text Example
Text Example
White with #C036CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036CF; }
p { color: rgb(192,54,207); }
H1.HeaderClassName
{
color: #C036CF;
}
.AnyTagClassName
{
color: #C036CF;
}
</style>
background-color css
<style>
a { background-color: #C036CF; }
a { background-color: rgb(192,54,207); }
div.DivClassName
{
background-color: #C036CF;
}
.BgClassName
{
background-color: #C036CF;
}
</style>
border-color css
<style>
span { border-color: #C036CF; }
span { border-color: rgb(192,54,207); }
td.TdClassName
{
border-color: #C036CF;
}
.TagClassName
{
border-color: #C036CF;
}
</style>