Shades of Medium Orchid #C035EF
Tints of Medium Orchid #C035EF
RGB
CMYK
RGB Variations
Color information
#C035EF (or 0xC035EF) is known color: Medium Orchid. HEX triplet: C0, 35 and EF. RGB value is (192,53,239). Sum of RGB (Red+Green+Blue) = 192+53+239=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #C035EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035EF is #3FCA10. Grayscale: #737373. Windows color (decimal): -4180497 or 15676864. OLE color: 15676864.
HSL color Cylindrical-coordinate representation of color #C035EF: hue angle of 284.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C035EF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 53 | 239 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.06 |
| HSL | 284.84º | 0.85% | 0.57% | - |
| HSV(B) | 284.84º | 0.78% | 0.94% | - |
| XYZ | 38.59 | 19.98 | 83.48 | - |
| YUV | 115.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 239 | 0.20 | 0.78 | 0 | 0.06 | 284.84 | 0.85 | 0.57 |
| Hex | C0 | 35 | EF | 14 | 4E | 0 | 6 | 11D | 55 | 39 |
| Octal | 300 | 65 | 357 | 24 | 116 | 0 | 6 | 435 | 125 | 71 |
| Binary | 11000000 | 110101 | 11101111 | 10100 | 1001110 | 0 | 110 | 100011101 | 1010101 | 111001 |
Color Harmonies of #C035EF
Complementary color
Monochromatic Colors of #C035EF
Black with #C035EF
Text Example
Text Example
White with #C035EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035EF; }
p { color: rgb(192,53,239); }
H1.HeaderClassName
{
color: #C035EF;
}
.AnyTagClassName
{
color: #C035EF;
}
</style>
background-color css
<style>
a { background-color: #C035EF; }
a { background-color: rgb(192,53,239); }
div.DivClassName
{
background-color: #C035EF;
}
.BgClassName
{
background-color: #C035EF;
}
</style>
border-color css
<style>
span { border-color: #C035EF; }
span { border-color: rgb(192,53,239); }
td.TdClassName
{
border-color: #C035EF;
}
.TagClassName
{
border-color: #C035EF;
}
</style>