Shades of Medium Orchid #C32EDB
Tints of Medium Orchid #C32EDB
RGB
CMYK
RGB Variations
Color information
#C32EDB (or 0xC32EDB) is known color: Medium Orchid. HEX triplet: C3, 2E and DB. RGB value is (195,46,219). Sum of RGB (Red+Green+Blue) = 195+46+219=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EDB is #3CD124. Grayscale: #6D6D6D. Windows color (decimal): -3985701 or 14364355. OLE color: 14364355.
HSL color Cylindrical-coordinate representation of color #C32EDB: hue angle of 291.68º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32EDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 46 | 219 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.14 |
| HSL | 291.68º | 0.71% | 0.52% | - |
| HSV(B) | 291.68º | 0.79% | 0.86% | - |
| XYZ | 36.27 | 18.67 | 68.71 | - |
| YUV | 110.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 219 | 0.11 | 0.79 | 0 | 0.14 | 291.68 | 0.71 | 0.52 |
| Hex | C3 | 2E | DB | B | 4F | 0 | E | 124 | 47 | 34 |
| Octal | 303 | 56 | 333 | 13 | 117 | 0 | 16 | 444 | 107 | 64 |
| Binary | 11000011 | 101110 | 11011011 | 1011 | 1001111 | 0 | 1110 | 100100100 | 1000111 | 110100 |
Color Harmonies of #C32EDB
Complementary color
Monochromatic Colors of #C32EDB
Black with #C32EDB
Text Example
Text Example
White with #C32EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EDB; }
p { color: rgb(195,46,219); }
H1.HeaderClassName
{
color: #C32EDB;
}
.AnyTagClassName
{
color: #C32EDB;
}
</style>
background-color css
<style>
a { background-color: #C32EDB; }
a { background-color: rgb(195,46,219); }
div.DivClassName
{
background-color: #C32EDB;
}
.BgClassName
{
background-color: #C32EDB;
}
</style>
border-color css
<style>
span { border-color: #C32EDB; }
span { border-color: rgb(195,46,219); }
td.TdClassName
{
border-color: #C32EDB;
}
.TagClassName
{
border-color: #C32EDB;
}
</style>