Shades of Medium Orchid #C035F3
Tints of Medium Orchid #C035F3
RGB
CMYK
RGB Variations
Color information
#C035F3 (or 0xC035F3) is known color: Medium Orchid. HEX triplet: C0, 35 and F3. RGB value is (192,53,243). Sum of RGB (Red+Green+Blue) = 192+53+243=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #C035F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035F3 is #3FCA0C. Grayscale: #737373. Windows color (decimal): -4180493 or 15939008. OLE color: 15939008.
HSL color Cylindrical-coordinate representation of color #C035F3: hue angle of 283.89º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C035F3 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 53 | 243 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.05 |
| HSL | 283.89º | 0.89% | 0.58% | - |
| HSV(B) | 283.89º | 0.78% | 0.95% | - |
| XYZ | 39.19 | 20.22 | 86.63 | - |
| YUV | 116.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 243 | 0.21 | 0.78 | 0 | 0.05 | 283.89 | 0.89 | 0.58 |
| Hex | C0 | 35 | F3 | 15 | 4E | 0 | 5 | 11C | 59 | 3A |
| Octal | 300 | 65 | 363 | 25 | 116 | 0 | 5 | 434 | 131 | 72 |
| Binary | 11000000 | 110101 | 11110011 | 10101 | 1001110 | 0 | 101 | 100011100 | 1011001 | 111010 |
Color Harmonies of #C035F3
Complementary color
Monochromatic Colors of #C035F3
Black with #C035F3
Text Example
Text Example
White with #C035F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035F3; }
p { color: rgb(192,53,243); }
H1.HeaderClassName
{
color: #C035F3;
}
.AnyTagClassName
{
color: #C035F3;
}
</style>
background-color css
<style>
a { background-color: #C035F3; }
a { background-color: rgb(192,53,243); }
div.DivClassName
{
background-color: #C035F3;
}
.BgClassName
{
background-color: #C035F3;
}
</style>
border-color css
<style>
span { border-color: #C035F3; }
span { border-color: rgb(192,53,243); }
td.TdClassName
{
border-color: #C035F3;
}
.TagClassName
{
border-color: #C035F3;
}
</style>