Shades of Medium Orchid #C735DC
Tints of Medium Orchid #C735DC
RGB
CMYK
RGB Variations
Color information
#C735DC (or 0xC735DC) is known color: Medium Orchid. HEX triplet: C7, 35 and DC. RGB value is (199,53,220). Sum of RGB (Red+Green+Blue) = 199+53+220=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C735DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735DC is #38CA23. Grayscale: #737373. Windows color (decimal): -3721764 or 14431687. OLE color: 14431687.
HSL color Cylindrical-coordinate representation of color #C735DC: hue angle of 292.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C735DC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 53 | 220 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 292.46º | 0.7% | 0.54% | - |
| HSV(B) | 292.46º | 0.76% | 0.86% | - |
| XYZ | 37.74 | 19.86 | 69.55 | - |
| YUV | 115.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 220 | 0.10 | 0.76 | 0 | 0.14 | 292.46 | 0.7 | 0.54 |
| Hex | C7 | 35 | DC | A | 4C | 0 | E | 124 | 46 | 36 |
| Octal | 307 | 65 | 334 | 12 | 114 | 0 | 16 | 444 | 106 | 66 |
| Binary | 11000111 | 110101 | 11011100 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000110 | 110110 |
Color Harmonies of #C735DC
Complementary color
Monochromatic Colors of #C735DC
Black with #C735DC
Text Example
Text Example
White with #C735DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735DC; }
p { color: rgb(199,53,220); }
H1.HeaderClassName
{
color: #C735DC;
}
.AnyTagClassName
{
color: #C735DC;
}
</style>
background-color css
<style>
a { background-color: #C735DC; }
a { background-color: rgb(199,53,220); }
div.DivClassName
{
background-color: #C735DC;
}
.BgClassName
{
background-color: #C735DC;
}
</style>
border-color css
<style>
span { border-color: #C735DC; }
span { border-color: rgb(199,53,220); }
td.TdClassName
{
border-color: #C735DC;
}
.TagClassName
{
border-color: #C735DC;
}
</style>