Shades of Medium Orchid #C32FD7
Tints of Medium Orchid #C32FD7
RGB
CMYK
RGB Variations
Color information
#C32FD7 (or 0xC32FD7) is known color: Medium Orchid. HEX triplet: C3, 2F and D7. RGB value is (195,47,215). Sum of RGB (Red+Green+Blue) = 195+47+215=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #C32FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FD7 is #3CD028. Grayscale: #6D6D6D. Windows color (decimal): -3985449 or 14102467. OLE color: 14102467.
HSL color Cylindrical-coordinate representation of color #C32FD7: hue angle of 292.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32FD7 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 47 | 215 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.16 |
| HSL | 292.86º | 0.68% | 0.51% | - |
| HSV(B) | 292.86º | 0.78% | 0.84% | - |
| XYZ | 35.79 | 18.54 | 65.98 | - |
| YUV | 110.4 | 187.03 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 215 | 0.09 | 0.78 | 0 | 0.16 | 292.86 | 0.68 | 0.51 |
| Hex | C3 | 2F | D7 | 9 | 4E | 0 | 10 | 125 | 44 | 33 |
| Octal | 303 | 57 | 327 | 11 | 116 | 0 | 20 | 445 | 104 | 63 |
| Binary | 11000011 | 101111 | 11010111 | 1001 | 1001110 | 0 | 10000 | 100100101 | 1000100 | 110011 |
Color Harmonies of #C32FD7
Complementary color
Monochromatic Colors of #C32FD7
Black with #C32FD7
Text Example
Text Example
White with #C32FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FD7; }
p { color: rgb(195,47,215); }
H1.HeaderClassName
{
color: #C32FD7;
}
.AnyTagClassName
{
color: #C32FD7;
}
</style>
background-color css
<style>
a { background-color: #C32FD7; }
a { background-color: rgb(195,47,215); }
div.DivClassName
{
background-color: #C32FD7;
}
.BgClassName
{
background-color: #C32FD7;
}
</style>
border-color css
<style>
span { border-color: #C32FD7; }
span { border-color: rgb(195,47,215); }
td.TdClassName
{
border-color: #C32FD7;
}
.TagClassName
{
border-color: #C32FD7;
}
</style>