Shades of Medium Orchid #C32BDB
Tints of Medium Orchid #C32BDB
RGB
CMYK
RGB Variations
Color information
#C32BDB (or 0xC32BDB) is known color: Medium Orchid. HEX triplet: C3, 2B and DB. RGB value is (195,43,219). Sum of RGB (Red+Green+Blue) = 195+43+219=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDB is #3CD424. Grayscale: #6B6B6B. Windows color (decimal): -3986469 or 14363587. OLE color: 14363587.
HSL color Cylindrical-coordinate representation of color #C32BDB: hue angle of 291.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32BDB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 43 | 219 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.14 |
| HSL | 291.82º | 0.71% | 0.51% | - |
| HSV(B) | 291.82º | 0.8% | 0.86% | - |
| XYZ | 36.16 | 18.44 | 68.67 | - |
| YUV | 108.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 219 | 0.11 | 0.80 | 0 | 0.14 | 291.82 | 0.71 | 0.51 |
| Hex | C3 | 2B | DB | B | 50 | 0 | E | 124 | 47 | 33 |
| Octal | 303 | 53 | 333 | 13 | 120 | 0 | 16 | 444 | 107 | 63 |
| Binary | 11000011 | 101011 | 11011011 | 1011 | 1010000 | 0 | 1110 | 100100100 | 1000111 | 110011 |
Color Harmonies of #C32BDB
Complementary color
Monochromatic Colors of #C32BDB
Black with #C32BDB
Text Example
Text Example
White with #C32BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BDB; }
p { color: rgb(195,43,219); }
H1.HeaderClassName
{
color: #C32BDB;
}
.AnyTagClassName
{
color: #C32BDB;
}
</style>
background-color css
<style>
a { background-color: #C32BDB; }
a { background-color: rgb(195,43,219); }
div.DivClassName
{
background-color: #C32BDB;
}
.BgClassName
{
background-color: #C32BDB;
}
</style>
border-color css
<style>
span { border-color: #C32BDB; }
span { border-color: rgb(195,43,219); }
td.TdClassName
{
border-color: #C32BDB;
}
.TagClassName
{
border-color: #C32BDB;
}
</style>