Shades of Medium Orchid #C735DE
Tints of Medium Orchid #C735DE
RGB
CMYK
RGB Variations
Color information
#C735DE (or 0xC735DE) is known color: Medium Orchid. HEX triplet: C7, 35 and DE. RGB value is (199,53,222). Sum of RGB (Red+Green+Blue) = 199+53+222=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #C735DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735DE is #38CA21. Grayscale: #737373. Windows color (decimal): -3721762 or 14562759. OLE color: 14562759.
HSL color Cylindrical-coordinate representation of color #C735DE: hue angle of 291.83º degrees, saturation: 0.72, 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 #C735DE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 53 | 222 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 291.83º | 0.72% | 0.54% | - |
| HSV(B) | 291.83º | 0.76% | 0.87% | - |
| XYZ | 38.01 | 19.96 | 70.96 | - |
| YUV | 115.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 222 | 0.10 | 0.76 | 0 | 0.13 | 291.83 | 0.72 | 0.54 |
| Hex | C7 | 35 | DE | A | 4C | 0 | D | 124 | 48 | 36 |
| Octal | 307 | 65 | 336 | 12 | 114 | 0 | 15 | 444 | 110 | 66 |
| Binary | 11000111 | 110101 | 11011110 | 1010 | 1001100 | 0 | 1101 | 100100100 | 1001000 | 110110 |
Color Harmonies of #C735DE
Complementary color
Monochromatic Colors of #C735DE
Black with #C735DE
Text Example
Text Example
White with #C735DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735DE; }
p { color: rgb(199,53,222); }
H1.HeaderClassName
{
color: #C735DE;
}
.AnyTagClassName
{
color: #C735DE;
}
</style>
background-color css
<style>
a { background-color: #C735DE; }
a { background-color: rgb(199,53,222); }
div.DivClassName
{
background-color: #C735DE;
}
.BgClassName
{
background-color: #C735DE;
}
</style>
border-color css
<style>
span { border-color: #C735DE; }
span { border-color: rgb(199,53,222); }
td.TdClassName
{
border-color: #C735DE;
}
.TagClassName
{
border-color: #C735DE;
}
</style>