Shades of Medium Orchid #C035DD
Tints of Medium Orchid #C035DD
RGB
CMYK
RGB Variations
Color information
#C035DD (or 0xC035DD) is known color: Medium Orchid. HEX triplet: C0, 35 and DD. RGB value is (192,53,221). Sum of RGB (Red+Green+Blue) = 192+53+221=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C035DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035DD is #3FCA22. Grayscale: #717171. Windows color (decimal): -4180515 or 14497216. OLE color: 14497216.
HSL color Cylindrical-coordinate representation of color #C035DD: hue angle of 289.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C035DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 53 | 221 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.64º | 0.71% | 0.54% | - |
| HSV(B) | 289.64º | 0.76% | 0.87% | - |
| XYZ | 36.06 | 18.97 | 70.17 | - |
| YUV | 113.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 221 | 0.13 | 0.76 | 0 | 0.13 | 289.64 | 0.71 | 0.54 |
| Hex | C0 | 35 | DD | D | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 300 | 65 | 335 | 15 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000000 | 110101 | 11011101 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C035DD
Complementary color
Monochromatic Colors of #C035DD
Black with #C035DD
Text Example
Text Example
White with #C035DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035DD; }
p { color: rgb(192,53,221); }
H1.HeaderClassName
{
color: #C035DD;
}
.AnyTagClassName
{
color: #C035DD;
}
</style>
background-color css
<style>
a { background-color: #C035DD; }
a { background-color: rgb(192,53,221); }
div.DivClassName
{
background-color: #C035DD;
}
.BgClassName
{
background-color: #C035DD;
}
</style>
border-color css
<style>
span { border-color: #C035DD; }
span { border-color: rgb(192,53,221); }
td.TdClassName
{
border-color: #C035DD;
}
.TagClassName
{
border-color: #C035DD;
}
</style>