Shades of Medium Orchid #C336DC
Tints of Medium Orchid #C336DC
RGB
CMYK
RGB Variations
Color information
#C336DC (or 0xC336DC) is known color: Medium Orchid. HEX triplet: C3, 36 and DC. RGB value is (195,54,220). Sum of RGB (Red+Green+Blue) = 195+54+220=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C336DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336DC is #3CC923. Grayscale: #727272. Windows color (decimal): -3983652 or 14431939. OLE color: 14431939.
HSL color Cylindrical-coordinate representation of color #C336DC: hue angle of 290.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C336DC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 54 | 220 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.14 |
| HSL | 290.96º | 0.7% | 0.54% | - |
| HSV(B) | 290.96º | 0.75% | 0.86% | - |
| XYZ | 36.74 | 19.41 | 69.52 | - |
| YUV | 115.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 220 | 0.11 | 0.75 | 0 | 0.14 | 290.96 | 0.7 | 0.54 |
| Hex | C3 | 36 | DC | B | 4B | 0 | E | 123 | 46 | 36 |
| Octal | 303 | 66 | 334 | 13 | 113 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000011 | 110110 | 11011100 | 1011 | 1001011 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C336DC
Complementary color
Monochromatic Colors of #C336DC
Black with #C336DC
Text Example
Text Example
White with #C336DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336DC; }
p { color: rgb(195,54,220); }
H1.HeaderClassName
{
color: #C336DC;
}
.AnyTagClassName
{
color: #C336DC;
}
</style>
background-color css
<style>
a { background-color: #C336DC; }
a { background-color: rgb(195,54,220); }
div.DivClassName
{
background-color: #C336DC;
}
.BgClassName
{
background-color: #C336DC;
}
</style>
border-color css
<style>
span { border-color: #C336DC; }
span { border-color: rgb(195,54,220); }
td.TdClassName
{
border-color: #C336DC;
}
.TagClassName
{
border-color: #C336DC;
}
</style>