Shades of Medium Orchid #C32DDD
Tints of Medium Orchid #C32DDD
RGB
CMYK
RGB Variations
Color information
#C32DDD (or 0xC32DDD) is known color: Medium Orchid. HEX triplet: C3, 2D and DD. RGB value is (195,45,221). Sum of RGB (Red+Green+Blue) = 195+45+221=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C32DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DDD is #3CD222. Grayscale: #6D6D6D. Windows color (decimal): -3985955 or 14495171. OLE color: 14495171.
HSL color Cylindrical-coordinate representation of color #C32DDD: hue angle of 291.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32DDD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 45 | 221 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 291.14º | 0.72% | 0.52% | - |
| HSV(B) | 291.14º | 0.8% | 0.87% | - |
| XYZ | 36.5 | 18.7 | 70.09 | - |
| YUV | 109.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 221 | 0.12 | 0.80 | 0 | 0.13 | 291.14 | 0.72 | 0.52 |
| Hex | C3 | 2D | DD | C | 50 | 0 | D | 123 | 48 | 34 |
| Octal | 303 | 55 | 335 | 14 | 120 | 0 | 15 | 443 | 110 | 64 |
| Binary | 11000011 | 101101 | 11011101 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C32DDD
Complementary color
Monochromatic Colors of #C32DDD
Black with #C32DDD
Text Example
Text Example
White with #C32DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DDD; }
p { color: rgb(195,45,221); }
H1.HeaderClassName
{
color: #C32DDD;
}
.AnyTagClassName
{
color: #C32DDD;
}
</style>
background-color css
<style>
a { background-color: #C32DDD; }
a { background-color: rgb(195,45,221); }
div.DivClassName
{
background-color: #C32DDD;
}
.BgClassName
{
background-color: #C32DDD;
}
</style>
border-color css
<style>
span { border-color: #C32DDD; }
span { border-color: rgb(195,45,221); }
td.TdClassName
{
border-color: #C32DDD;
}
.TagClassName
{
border-color: #C32DDD;
}
</style>