Shades of Medium Orchid #C035D1
Tints of Medium Orchid #C035D1
RGB
CMYK
RGB Variations
Color information
#C035D1 (or 0xC035D1) is known color: Medium Orchid. HEX triplet: C0, 35 and D1. RGB value is (192,53,209). Sum of RGB (Red+Green+Blue) = 192+53+209=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #C035D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035D1 is #3FCA2E. Grayscale: #6F6F6F. Windows color (decimal): -4180527 or 13710784. OLE color: 13710784.
HSL color Cylindrical-coordinate representation of color #C035D1: hue angle of 293.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C035D1 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 53 | 209 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.18 |
| HSL | 293.46º | 0.63% | 0.51% | - |
| HSV(B) | 293.46º | 0.75% | 0.82% | - |
| XYZ | 34.52 | 18.36 | 62.05 | - |
| YUV | 112.35 | 182.55 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 209 | 0.08 | 0.75 | 0 | 0.18 | 293.46 | 0.63 | 0.51 |
| Hex | C0 | 35 | D1 | 8 | 4B | 0 | 12 | 125 | 3F | 33 |
| Octal | 300 | 65 | 321 | 10 | 113 | 0 | 22 | 445 | 77 | 63 |
| Binary | 11000000 | 110101 | 11010001 | 1000 | 1001011 | 0 | 10010 | 100100101 | 111111 | 110011 |
Color Harmonies of #C035D1
Complementary color
Monochromatic Colors of #C035D1
Black with #C035D1
Text Example
Text Example
White with #C035D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035D1; }
p { color: rgb(192,53,209); }
H1.HeaderClassName
{
color: #C035D1;
}
.AnyTagClassName
{
color: #C035D1;
}
</style>
background-color css
<style>
a { background-color: #C035D1; }
a { background-color: rgb(192,53,209); }
div.DivClassName
{
background-color: #C035D1;
}
.BgClassName
{
background-color: #C035D1;
}
</style>
border-color css
<style>
span { border-color: #C035D1; }
span { border-color: rgb(192,53,209); }
td.TdClassName
{
border-color: #C035D1;
}
.TagClassName
{
border-color: #C035D1;
}
</style>