Shades of Medium Orchid #C336DF
Tints of Medium Orchid #C336DF
RGB
CMYK
RGB Variations
Color information
#C336DF (or 0xC336DF) is known color: Medium Orchid. HEX triplet: C3, 36 and DF. RGB value is (195,54,223). Sum of RGB (Red+Green+Blue) = 195+54+223=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #C336DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336DF is #3CC920. Grayscale: #727272. Windows color (decimal): -3983649 or 14628547. OLE color: 14628547.
HSL color Cylindrical-coordinate representation of color #C336DF: hue angle of 290.06º degrees, saturation: 0.73, 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 #C336DF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 54 | 223 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 290.06º | 0.73% | 0.54% | - |
| HSV(B) | 290.06º | 0.76% | 0.87% | - |
| XYZ | 37.14 | 19.57 | 71.63 | - |
| YUV | 115.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 223 | 0.13 | 0.76 | 0 | 0.13 | 290.06 | 0.73 | 0.54 |
| Hex | C3 | 36 | DF | D | 4C | 0 | D | 122 | 49 | 36 |
| Octal | 303 | 66 | 337 | 15 | 114 | 0 | 15 | 442 | 111 | 66 |
| Binary | 11000011 | 110110 | 11011111 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1001001 | 110110 |
Color Harmonies of #C336DF
Complementary color
Monochromatic Colors of #C336DF
Black with #C336DF
Text Example
Text Example
White with #C336DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336DF; }
p { color: rgb(195,54,223); }
H1.HeaderClassName
{
color: #C336DF;
}
.AnyTagClassName
{
color: #C336DF;
}
</style>
background-color css
<style>
a { background-color: #C336DF; }
a { background-color: rgb(195,54,223); }
div.DivClassName
{
background-color: #C336DF;
}
.BgClassName
{
background-color: #C336DF;
}
</style>
border-color css
<style>
span { border-color: #C336DF; }
span { border-color: rgb(195,54,223); }
td.TdClassName
{
border-color: #C336DF;
}
.TagClassName
{
border-color: #C336DF;
}
</style>