Shades of Medium Orchid #C32DD7
Tints of Medium Orchid #C32DD7
RGB
CMYK
RGB Variations
Color information
#C32DD7 (or 0xC32DD7) is known color: Medium Orchid. HEX triplet: C3, 2D and D7. RGB value is (195,45,215). Sum of RGB (Red+Green+Blue) = 195+45+215=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #C32DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DD7 is #3CD228. Grayscale: #6C6C6C. Windows color (decimal): -3985961 or 14101955. OLE color: 14101955.
HSL color Cylindrical-coordinate representation of color #C32DD7: hue angle of 292.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32DD7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 45 | 215 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.16 |
| HSL | 292.94º | 0.68% | 0.51% | - |
| HSV(B) | 292.94º | 0.79% | 0.84% | - |
| XYZ | 35.71 | 18.39 | 65.96 | - |
| YUV | 109.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 215 | 0.09 | 0.79 | 0 | 0.16 | 292.94 | 0.68 | 0.51 |
| Hex | C3 | 2D | D7 | 9 | 4F | 0 | 10 | 125 | 44 | 33 |
| Octal | 303 | 55 | 327 | 11 | 117 | 0 | 20 | 445 | 104 | 63 |
| Binary | 11000011 | 101101 | 11010111 | 1001 | 1001111 | 0 | 10000 | 100100101 | 1000100 | 110011 |
Color Harmonies of #C32DD7
Complementary color
Monochromatic Colors of #C32DD7
Black with #C32DD7
Text Example
Text Example
White with #C32DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DD7; }
p { color: rgb(195,45,215); }
H1.HeaderClassName
{
color: #C32DD7;
}
.AnyTagClassName
{
color: #C32DD7;
}
</style>
background-color css
<style>
a { background-color: #C32DD7; }
a { background-color: rgb(195,45,215); }
div.DivClassName
{
background-color: #C32DD7;
}
.BgClassName
{
background-color: #C32DD7;
}
</style>
border-color css
<style>
span { border-color: #C32DD7; }
span { border-color: rgb(195,45,215); }
td.TdClassName
{
border-color: #C32DD7;
}
.TagClassName
{
border-color: #C32DD7;
}
</style>