Shades of Medium Orchid #C33BDB
Tints of Medium Orchid #C33BDB
RGB
CMYK
RGB Variations
Color information
#C33BDB (or 0xC33BDB) is known color: Medium Orchid. HEX triplet: C3, 3B and DB. RGB value is (195,59,219). Sum of RGB (Red+Green+Blue) = 195+59+219=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C33BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BDB is #3CC424. Grayscale: #757575. Windows color (decimal): -3982373 or 14367683. OLE color: 14367683.
HSL color Cylindrical-coordinate representation of color #C33BDB: hue angle of 291º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33BDB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 59 | 219 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.14 |
| HSL | 291º | 0.69% | 0.55% | - |
| HSV(B) | 291º | 0.73% | 0.86% | - |
| XYZ | 36.86 | 19.84 | 68.91 | - |
| YUV | 117.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 219 | 0.11 | 0.73 | 0 | 0.14 | 291 | 0.69 | 0.55 |
| Hex | C3 | 3B | DB | B | 49 | 0 | E | 123 | 45 | 37 |
| Octal | 303 | 73 | 333 | 13 | 111 | 0 | 16 | 443 | 105 | 67 |
| Binary | 11000011 | 111011 | 11011011 | 1011 | 1001001 | 0 | 1110 | 100100011 | 1000101 | 110111 |
Color Harmonies of #C33BDB
Complementary color
Monochromatic Colors of #C33BDB
Black with #C33BDB
Text Example
Text Example
White with #C33BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BDB; }
p { color: rgb(195,59,219); }
H1.HeaderClassName
{
color: #C33BDB;
}
.AnyTagClassName
{
color: #C33BDB;
}
</style>
background-color css
<style>
a { background-color: #C33BDB; }
a { background-color: rgb(195,59,219); }
div.DivClassName
{
background-color: #C33BDB;
}
.BgClassName
{
background-color: #C33BDB;
}
</style>
border-color css
<style>
span { border-color: #C33BDB; }
span { border-color: rgb(195,59,219); }
td.TdClassName
{
border-color: #C33BDB;
}
.TagClassName
{
border-color: #C33BDB;
}
</style>