Shades of Medium Orchid #C32ADD
Tints of Medium Orchid #C32ADD
RGB
CMYK
RGB Variations
Color information
#C32ADD (or 0xC32ADD) is known color: Medium Orchid. HEX triplet: C3, 2A and DD. RGB value is (195,42,221). Sum of RGB (Red+Green+Blue) = 195+42+221=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C32ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ADD is #3CD522. Grayscale: #6B6B6B. Windows color (decimal): -3986723 or 14494403. OLE color: 14494403.
HSL color Cylindrical-coordinate representation of color #C32ADD: hue angle of 291.28º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32ADD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 42 | 221 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.13 |
| HSL | 291.28º | 0.72% | 0.52% | - |
| HSV(B) | 291.28º | 0.81% | 0.87% | - |
| XYZ | 36.38 | 18.48 | 70.06 | - |
| YUV | 108.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 221 | 0.12 | 0.81 | 0 | 0.13 | 291.28 | 0.72 | 0.52 |
| Hex | C3 | 2A | DD | C | 51 | 0 | D | 123 | 48 | 34 |
| Octal | 303 | 52 | 335 | 14 | 121 | 0 | 15 | 443 | 110 | 64 |
| Binary | 11000011 | 101010 | 11011101 | 1100 | 1010001 | 0 | 1101 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C32ADD
Complementary color
Monochromatic Colors of #C32ADD
Black with #C32ADD
Text Example
Text Example
White with #C32ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ADD; }
p { color: rgb(195,42,221); }
H1.HeaderClassName
{
color: #C32ADD;
}
.AnyTagClassName
{
color: #C32ADD;
}
</style>
background-color css
<style>
a { background-color: #C32ADD; }
a { background-color: rgb(195,42,221); }
div.DivClassName
{
background-color: #C32ADD;
}
.BgClassName
{
background-color: #C32ADD;
}
</style>
border-color css
<style>
span { border-color: #C32ADD; }
span { border-color: rgb(195,42,221); }
td.TdClassName
{
border-color: #C32ADD;
}
.TagClassName
{
border-color: #C32ADD;
}
</style>