Shades of Medium Orchid #C335DD
Tints of Medium Orchid #C335DD
RGB
CMYK
RGB Variations
Color information
#C335DD (or 0xC335DD) is known color: Medium Orchid. HEX triplet: C3, 35 and DD. RGB value is (195,53,221). Sum of RGB (Red+Green+Blue) = 195+53+221=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C335DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335DD is #3CCA22. Grayscale: #727272. Windows color (decimal): -3983907 or 14497219. OLE color: 14497219.
HSL color Cylindrical-coordinate representation of color #C335DD: hue angle of 290.71º 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 #C335DD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 53 | 221 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.13 |
| HSL | 290.71º | 0.71% | 0.54% | - |
| HSV(B) | 290.71º | 0.76% | 0.87% | - |
| XYZ | 36.83 | 19.37 | 70.2 | - |
| YUV | 114.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 221 | 0.12 | 0.76 | 0 | 0.13 | 290.71 | 0.71 | 0.54 |
| Hex | C3 | 35 | DD | C | 4C | 0 | D | 123 | 47 | 36 |
| Octal | 303 | 65 | 335 | 14 | 114 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000011 | 110101 | 11011101 | 1100 | 1001100 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C335DD
Complementary color
Monochromatic Colors of #C335DD
Black with #C335DD
Text Example
Text Example
White with #C335DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335DD; }
p { color: rgb(195,53,221); }
H1.HeaderClassName
{
color: #C335DD;
}
.AnyTagClassName
{
color: #C335DD;
}
</style>
background-color css
<style>
a { background-color: #C335DD; }
a { background-color: rgb(195,53,221); }
div.DivClassName
{
background-color: #C335DD;
}
.BgClassName
{
background-color: #C335DD;
}
</style>
border-color css
<style>
span { border-color: #C335DD; }
span { border-color: rgb(195,53,221); }
td.TdClassName
{
border-color: #C335DD;
}
.TagClassName
{
border-color: #C335DD;
}
</style>