Shades of Medium Orchid #C735DD
Tints of Medium Orchid #C735DD
RGB
CMYK
RGB Variations
Color information
#C735DD (or 0xC735DD) is known color: Medium Orchid. HEX triplet: C7, 35 and DD. RGB value is (199,53,221). Sum of RGB (Red+Green+Blue) = 199+53+221=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C735DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735DD is #38CA22. Grayscale: #737373. Windows color (decimal): -3721763 or 14497223. OLE color: 14497223.
HSL color Cylindrical-coordinate representation of color #C735DD: hue angle of 292.14º degrees, saturation: 0.71, 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 #C735DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 53 | 221 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 292.14º | 0.71% | 0.54% | - |
| HSV(B) | 292.14º | 0.76% | 0.87% | - |
| XYZ | 37.88 | 19.91 | 70.25 | - |
| YUV | 115.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 221 | 0.10 | 0.76 | 0 | 0.13 | 292.14 | 0.71 | 0.54 |
| Hex | C7 | 35 | DD | A | 4C | 0 | D | 124 | 47 | 36 |
| Octal | 307 | 65 | 335 | 12 | 114 | 0 | 15 | 444 | 107 | 66 |
| Binary | 11000111 | 110101 | 11011101 | 1010 | 1001100 | 0 | 1101 | 100100100 | 1000111 | 110110 |
Color Harmonies of #C735DD
Complementary color
Monochromatic Colors of #C735DD
Black with #C735DD
Text Example
Text Example
White with #C735DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735DD; }
p { color: rgb(199,53,221); }
H1.HeaderClassName
{
color: #C735DD;
}
.AnyTagClassName
{
color: #C735DD;
}
</style>
background-color css
<style>
a { background-color: #C735DD; }
a { background-color: rgb(199,53,221); }
div.DivClassName
{
background-color: #C735DD;
}
.BgClassName
{
background-color: #C735DD;
}
</style>
border-color css
<style>
span { border-color: #C735DD; }
span { border-color: rgb(199,53,221); }
td.TdClassName
{
border-color: #C735DD;
}
.TagClassName
{
border-color: #C735DD;
}
</style>