Shades of Medium Orchid #C035D7
Tints of Medium Orchid #C035D7
RGB
CMYK
RGB Variations
Color information
#C035D7 (or 0xC035D7) is known color: Medium Orchid. HEX triplet: C0, 35 and D7. RGB value is (192,53,215). Sum of RGB (Red+Green+Blue) = 192+53+215=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #C035D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035D7 is #3FCA28. Grayscale: #707070. Windows color (decimal): -4180521 or 14104000. OLE color: 14104000.
HSL color Cylindrical-coordinate representation of color #C035D7: hue angle of 291.48º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C035D7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 53 | 215 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.16 |
| HSL | 291.48º | 0.67% | 0.53% | - |
| HSV(B) | 291.48º | 0.75% | 0.84% | - |
| XYZ | 35.28 | 18.66 | 66.03 | - |
| YUV | 113.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 215 | 0.11 | 0.75 | 0 | 0.16 | 291.48 | 0.67 | 0.53 |
| Hex | C0 | 35 | D7 | B | 4B | 0 | 10 | 123 | 43 | 35 |
| Octal | 300 | 65 | 327 | 13 | 113 | 0 | 20 | 443 | 103 | 65 |
| Binary | 11000000 | 110101 | 11010111 | 1011 | 1001011 | 0 | 10000 | 100100011 | 1000011 | 110101 |
Color Harmonies of #C035D7
Complementary color
Monochromatic Colors of #C035D7
Black with #C035D7
Text Example
Text Example
White with #C035D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035D7; }
p { color: rgb(192,53,215); }
H1.HeaderClassName
{
color: #C035D7;
}
.AnyTagClassName
{
color: #C035D7;
}
</style>
background-color css
<style>
a { background-color: #C035D7; }
a { background-color: rgb(192,53,215); }
div.DivClassName
{
background-color: #C035D7;
}
.BgClassName
{
background-color: #C035D7;
}
</style>
border-color css
<style>
span { border-color: #C035D7; }
span { border-color: rgb(192,53,215); }
td.TdClassName
{
border-color: #C035D7;
}
.TagClassName
{
border-color: #C035D7;
}
</style>