Shades of Medium Orchid #C035CE
Tints of Medium Orchid #C035CE
RGB
CMYK
RGB Variations
Color information
#C035CE (or 0xC035CE) is known color: Medium Orchid. HEX triplet: C0, 35 and CE. RGB value is (192,53,206). Sum of RGB (Red+Green+Blue) = 192+53+206=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C035CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035CE is #3FCA31. Grayscale: #6F6F6F. Windows color (decimal): -4180530 or 13514176. OLE color: 13514176.
HSL color Cylindrical-coordinate representation of color #C035CE: hue angle of 294.51º 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 #C035CE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 53 | 206 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.19 |
| HSL | 294.51º | 0.61% | 0.51% | - |
| HSV(B) | 294.51º | 0.74% | 0.81% | - |
| XYZ | 34.15 | 18.21 | 60.11 | - |
| YUV | 112 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 206 | 0.07 | 0.74 | 0 | 0.19 | 294.51 | 0.61 | 0.51 |
| Hex | C0 | 35 | CE | 7 | 4A | 0 | 13 | 127 | 3D | 33 |
| Octal | 300 | 65 | 316 | 7 | 112 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000000 | 110101 | 11001110 | 111 | 1001010 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C035CE
Complementary color
Monochromatic Colors of #C035CE
Black with #C035CE
Text Example
Text Example
White with #C035CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035CE; }
p { color: rgb(192,53,206); }
H1.HeaderClassName
{
color: #C035CE;
}
.AnyTagClassName
{
color: #C035CE;
}
</style>
background-color css
<style>
a { background-color: #C035CE; }
a { background-color: rgb(192,53,206); }
div.DivClassName
{
background-color: #C035CE;
}
.BgClassName
{
background-color: #C035CE;
}
</style>
border-color css
<style>
span { border-color: #C035CE; }
span { border-color: rgb(192,53,206); }
td.TdClassName
{
border-color: #C035CE;
}
.TagClassName
{
border-color: #C035CE;
}
</style>