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