Shades of Medium Orchid #C32DDF
Tints of Medium Orchid #C32DDF
RGB
CMYK
RGB Variations
Color information
#C32DDF (or 0xC32DDF) is known color: Medium Orchid. HEX triplet: C3, 2D and DF. RGB value is (195,45,223). Sum of RGB (Red+Green+Blue) = 195+45+223=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C32DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DDF is #3CD220. Grayscale: #6D6D6D. Windows color (decimal): -3985953 or 14626243. OLE color: 14626243.
HSL color Cylindrical-coordinate representation of color #C32DDF: hue angle of 290.56º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32DDF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 45 | 223 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.13 |
| HSL | 290.56º | 0.74% | 0.53% | - |
| HSV(B) | 290.56º | 0.8% | 0.87% | - |
| XYZ | 36.76 | 18.81 | 71.5 | - |
| YUV | 110.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 223 | 0.13 | 0.80 | 0 | 0.13 | 290.56 | 0.74 | 0.53 |
| Hex | C3 | 2D | DF | D | 50 | 0 | D | 123 | 4A | 35 |
| Octal | 303 | 55 | 337 | 15 | 120 | 0 | 15 | 443 | 112 | 65 |
| Binary | 11000011 | 101101 | 11011111 | 1101 | 1010000 | 0 | 1101 | 100100011 | 1001010 | 110101 |
Color Harmonies of #C32DDF
Complementary color
Monochromatic Colors of #C32DDF
Black with #C32DDF
Text Example
Text Example
White with #C32DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DDF; }
p { color: rgb(195,45,223); }
H1.HeaderClassName
{
color: #C32DDF;
}
.AnyTagClassName
{
color: #C32DDF;
}
</style>
background-color css
<style>
a { background-color: #C32DDF; }
a { background-color: rgb(195,45,223); }
div.DivClassName
{
background-color: #C32DDF;
}
.BgClassName
{
background-color: #C32DDF;
}
</style>
border-color css
<style>
span { border-color: #C32DDF; }
span { border-color: rgb(195,45,223); }
td.TdClassName
{
border-color: #C32DDF;
}
.TagClassName
{
border-color: #C32DDF;
}
</style>