Shades of Medium Orchid #C336D9
Tints of Medium Orchid #C336D9
RGB
CMYK
RGB Variations
Color information
#C336D9 (or 0xC336D9) is known color: Medium Orchid. HEX triplet: C3, 36 and D9. RGB value is (195,54,217). Sum of RGB (Red+Green+Blue) = 195+54+217=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #C336D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336D9 is #3CC926. Grayscale: #727272. Windows color (decimal): -3983655 or 14235331. OLE color: 14235331.
HSL color Cylindrical-coordinate representation of color #C336D9: hue angle of 291.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C336D9 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 54 | 217 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.15 |
| HSL | 291.9º | 0.68% | 0.53% | - |
| HSV(B) | 291.9º | 0.75% | 0.85% | - |
| XYZ | 36.35 | 19.25 | 67.45 | - |
| YUV | 114.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 217 | 0.10 | 0.75 | 0 | 0.15 | 291.9 | 0.68 | 0.53 |
| Hex | C3 | 36 | D9 | A | 4B | 0 | F | 124 | 44 | 35 |
| Octal | 303 | 66 | 331 | 12 | 113 | 0 | 17 | 444 | 104 | 65 |
| Binary | 11000011 | 110110 | 11011001 | 1010 | 1001011 | 0 | 1111 | 100100100 | 1000100 | 110101 |
Color Harmonies of #C336D9
Complementary color
Monochromatic Colors of #C336D9
Black with #C336D9
Text Example
Text Example
White with #C336D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336D9; }
p { color: rgb(195,54,217); }
H1.HeaderClassName
{
color: #C336D9;
}
.AnyTagClassName
{
color: #C336D9;
}
</style>
background-color css
<style>
a { background-color: #C336D9; }
a { background-color: rgb(195,54,217); }
div.DivClassName
{
background-color: #C336D9;
}
.BgClassName
{
background-color: #C336D9;
}
</style>
border-color css
<style>
span { border-color: #C336D9; }
span { border-color: rgb(195,54,217); }
td.TdClassName
{
border-color: #C336D9;
}
.TagClassName
{
border-color: #C336D9;
}
</style>