Shades of Medium Orchid #C32ADB
Tints of Medium Orchid #C32ADB
RGB
CMYK
RGB Variations
Color information
#C32ADB (or 0xC32ADB) is known color: Medium Orchid. HEX triplet: C3, 2A and DB. RGB value is (195,42,219). Sum of RGB (Red+Green+Blue) = 195+42+219=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C32ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADB is #3CD524. Grayscale: #6B6B6B. Windows color (decimal): -3986725 or 14363331. OLE color: 14363331.
HSL color Cylindrical-coordinate representation of color #C32ADB: hue angle of 291.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32ADB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 42 | 219 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.14 |
| HSL | 291.86º | 0.71% | 0.51% | - |
| HSV(B) | 291.86º | 0.81% | 0.86% | - |
| XYZ | 36.12 | 18.37 | 68.66 | - |
| YUV | 107.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 219 | 0.11 | 0.81 | 0 | 0.14 | 291.86 | 0.71 | 0.51 |
| Hex | C3 | 2A | DB | B | 51 | 0 | E | 124 | 47 | 33 |
| Octal | 303 | 52 | 333 | 13 | 121 | 0 | 16 | 444 | 107 | 63 |
| Binary | 11000011 | 101010 | 11011011 | 1011 | 1010001 | 0 | 1110 | 100100100 | 1000111 | 110011 |
Color Harmonies of #C32ADB
Complementary color
Monochromatic Colors of #C32ADB
Black with #C32ADB
Text Example
Text Example
White with #C32ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ADB; }
p { color: rgb(195,42,219); }
H1.HeaderClassName
{
color: #C32ADB;
}
.AnyTagClassName
{
color: #C32ADB;
}
</style>
background-color css
<style>
a { background-color: #C32ADB; }
a { background-color: rgb(195,42,219); }
div.DivClassName
{
background-color: #C32ADB;
}
.BgClassName
{
background-color: #C32ADB;
}
</style>
border-color css
<style>
span { border-color: #C32ADB; }
span { border-color: rgb(195,42,219); }
td.TdClassName
{
border-color: #C32ADB;
}
.TagClassName
{
border-color: #C32ADB;
}
</style>