Shades of Medium Orchid #C336DB
Tints of Medium Orchid #C336DB
RGB
CMYK
RGB Variations
Color information
#C336DB (or 0xC336DB) is known color: Medium Orchid. HEX triplet: C3, 36 and DB. RGB value is (195,54,219). Sum of RGB (Red+Green+Blue) = 195+54+219=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C336DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336DB is #3CC924. Grayscale: #727272. Windows color (decimal): -3983653 or 14366403. OLE color: 14366403.
HSL color Cylindrical-coordinate representation of color #C336DB: hue angle of 291.27º 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 #C336DB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 54 | 219 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.14 |
| HSL | 291.27º | 0.7% | 0.54% | - |
| HSV(B) | 291.27º | 0.75% | 0.86% | - |
| XYZ | 36.61 | 19.35 | 68.82 | - |
| YUV | 114.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 219 | 0.11 | 0.75 | 0 | 0.14 | 291.27 | 0.7 | 0.54 |
| Hex | C3 | 36 | DB | B | 4B | 0 | E | 123 | 46 | 36 |
| Octal | 303 | 66 | 333 | 13 | 113 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000011 | 110110 | 11011011 | 1011 | 1001011 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C336DB
Complementary color
Monochromatic Colors of #C336DB
Black with #C336DB
Text Example
Text Example
White with #C336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336DB; }
p { color: rgb(195,54,219); }
H1.HeaderClassName
{
color: #C336DB;
}
.AnyTagClassName
{
color: #C336DB;
}
</style>
background-color css
<style>
a { background-color: #C336DB; }
a { background-color: rgb(195,54,219); }
div.DivClassName
{
background-color: #C336DB;
}
.BgClassName
{
background-color: #C336DB;
}
</style>
border-color css
<style>
span { border-color: #C336DB; }
span { border-color: rgb(195,54,219); }
td.TdClassName
{
border-color: #C336DB;
}
.TagClassName
{
border-color: #C336DB;
}
</style>