Shades of Medium Orchid #C035D0
Tints of Medium Orchid #C035D0
RGB
CMYK
RGB Variations
Color information
#C035D0 (or 0xC035D0) is known color: Medium Orchid. HEX triplet: C0, 35 and D0. RGB value is (192,53,208). Sum of RGB (Red+Green+Blue) = 192+53+208=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #C035D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035D0 is #3FCA2F. Grayscale: #6F6F6F. Windows color (decimal): -4180528 or 13645248. OLE color: 13645248.
HSL color Cylindrical-coordinate representation of color #C035D0: hue angle of 293.81º degrees, saturation: 0.62, 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 #C035D0 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 53 | 208 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.18 |
| HSL | 293.81º | 0.62% | 0.51% | - |
| HSV(B) | 293.81º | 0.75% | 0.82% | - |
| XYZ | 34.4 | 18.31 | 61.4 | - |
| YUV | 112.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 208 | 0.08 | 0.75 | 0 | 0.18 | 293.81 | 0.62 | 0.51 |
| Hex | C0 | 35 | D0 | 8 | 4B | 0 | 12 | 126 | 3E | 33 |
| Octal | 300 | 65 | 320 | 10 | 113 | 0 | 22 | 446 | 76 | 63 |
| Binary | 11000000 | 110101 | 11010000 | 1000 | 1001011 | 0 | 10010 | 100100110 | 111110 | 110011 |
Color Harmonies of #C035D0
Complementary color
Monochromatic Colors of #C035D0
Black with #C035D0
Text Example
Text Example
White with #C035D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035D0; }
p { color: rgb(192,53,208); }
H1.HeaderClassName
{
color: #C035D0;
}
.AnyTagClassName
{
color: #C035D0;
}
</style>
background-color css
<style>
a { background-color: #C035D0; }
a { background-color: rgb(192,53,208); }
div.DivClassName
{
background-color: #C035D0;
}
.BgClassName
{
background-color: #C035D0;
}
</style>
border-color css
<style>
span { border-color: #C035D0; }
span { border-color: rgb(192,53,208); }
td.TdClassName
{
border-color: #C035D0;
}
.TagClassName
{
border-color: #C035D0;
}
</style>