Shades of Medium Orchid #C035F9
Tints of Medium Orchid #C035F9
RGB
CMYK
RGB Variations
Color information
#C035F9 (or 0xC035F9) is known color: Medium Orchid. HEX triplet: C0, 35 and F9. RGB value is (192,53,249). Sum of RGB (Red+Green+Blue) = 192+53+249=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #C035F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035F9 is #3FCA06. Grayscale: #747474. Windows color (decimal): -4180487 or 16332224. OLE color: 16332224.
HSL color Cylindrical-coordinate representation of color #C035F9: hue angle of 282.55º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035F9 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 53 | 249 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.02 |
| HSL | 282.55º | 0.94% | 0.59% | - |
| HSV(B) | 282.55º | 0.79% | 0.98% | - |
| XYZ | 40.11 | 20.59 | 91.48 | - |
| YUV | 116.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 249 | 0.23 | 0.79 | 0 | 0.02 | 282.55 | 0.94 | 0.59 |
| Hex | C0 | 35 | F9 | 17 | 4F | 0 | 2 | 11B | 5E | 3B |
| Octal | 300 | 65 | 371 | 27 | 117 | 0 | 2 | 433 | 136 | 73 |
| Binary | 11000000 | 110101 | 11111001 | 10111 | 1001111 | 0 | 10 | 100011011 | 1011110 | 111011 |
Color Harmonies of #C035F9
Complementary color
Monochromatic Colors of #C035F9
Black with #C035F9
Text Example
Text Example
White with #C035F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035F9; }
p { color: rgb(192,53,249); }
H1.HeaderClassName
{
color: #C035F9;
}
.AnyTagClassName
{
color: #C035F9;
}
</style>
background-color css
<style>
a { background-color: #C035F9; }
a { background-color: rgb(192,53,249); }
div.DivClassName
{
background-color: #C035F9;
}
.BgClassName
{
background-color: #C035F9;
}
</style>
border-color css
<style>
span { border-color: #C035F9; }
span { border-color: rgb(192,53,249); }
td.TdClassName
{
border-color: #C035F9;
}
.TagClassName
{
border-color: #C035F9;
}
</style>