Shades of Medium Orchid #C32DDB
Tints of Medium Orchid #C32DDB
RGB
CMYK
RGB Variations
Color information
#C32DDB (or 0xC32DDB) is known color: Medium Orchid. HEX triplet: C3, 2D and DB. RGB value is (195,45,219). Sum of RGB (Red+Green+Blue) = 195+45+219=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DDB is #3CD224. Grayscale: #6D6D6D. Windows color (decimal): -3985957 or 14364099. OLE color: 14364099.
HSL color Cylindrical-coordinate representation of color #C32DDB: hue angle of 291.72º 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 #C32DDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 45 | 219 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.14 |
| HSL | 291.72º | 0.71% | 0.52% | - |
| HSV(B) | 291.72º | 0.79% | 0.86% | - |
| XYZ | 36.23 | 18.59 | 68.7 | - |
| YUV | 109.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 219 | 0.11 | 0.79 | 0 | 0.14 | 291.72 | 0.71 | 0.52 |
| Hex | C3 | 2D | DB | B | 4F | 0 | E | 124 | 47 | 34 |
| Octal | 303 | 55 | 333 | 13 | 117 | 0 | 16 | 444 | 107 | 64 |
| Binary | 11000011 | 101101 | 11011011 | 1011 | 1001111 | 0 | 1110 | 100100100 | 1000111 | 110100 |
Color Harmonies of #C32DDB
Complementary color
Monochromatic Colors of #C32DDB
Black with #C32DDB
Text Example
Text Example
White with #C32DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DDB; }
p { color: rgb(195,45,219); }
H1.HeaderClassName
{
color: #C32DDB;
}
.AnyTagClassName
{
color: #C32DDB;
}
</style>
background-color css
<style>
a { background-color: #C32DDB; }
a { background-color: rgb(195,45,219); }
div.DivClassName
{
background-color: #C32DDB;
}
.BgClassName
{
background-color: #C32DDB;
}
</style>
border-color css
<style>
span { border-color: #C32DDB; }
span { border-color: rgb(195,45,219); }
td.TdClassName
{
border-color: #C32DDB;
}
.TagClassName
{
border-color: #C32DDB;
}
</style>