Shades of Medium Orchid #C732DF
Tints of Medium Orchid #C732DF
RGB
CMYK
RGB Variations
Color information
#C732DF (or 0xC732DF) is known color: Medium Orchid. HEX triplet: C7, 32 and DF. RGB value is (199,50,223). Sum of RGB (Red+Green+Blue) = 199+50+223=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #C732DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732DF is #38CD20. Grayscale: #717171. Windows color (decimal): -3722529 or 14627527. OLE color: 14627527.
HSL color Cylindrical-coordinate representation of color #C732DF: hue angle of 291.68º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C732DF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 50 | 223 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.68º | 0.73% | 0.54% | - |
| HSV(B) | 291.68º | 0.78% | 0.87% | - |
| XYZ | 38.01 | 19.75 | 71.62 | - |
| YUV | 114.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 223 | 0.11 | 0.78 | 0 | 0.13 | 291.68 | 0.73 | 0.54 |
| Hex | C7 | 32 | DF | B | 4E | 0 | D | 124 | 49 | 36 |
| Octal | 307 | 62 | 337 | 13 | 116 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11000111 | 110010 | 11011111 | 1011 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C732DF
Complementary color
Monochromatic Colors of #C732DF
Black with #C732DF
Text Example
Text Example
White with #C732DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732DF; }
p { color: rgb(199,50,223); }
H1.HeaderClassName
{
color: #C732DF;
}
.AnyTagClassName
{
color: #C732DF;
}
</style>
background-color css
<style>
a { background-color: #C732DF; }
a { background-color: rgb(199,50,223); }
div.DivClassName
{
background-color: #C732DF;
}
.BgClassName
{
background-color: #C732DF;
}
</style>
border-color css
<style>
span { border-color: #C732DF; }
span { border-color: rgb(199,50,223); }
td.TdClassName
{
border-color: #C732DF;
}
.TagClassName
{
border-color: #C732DF;
}
</style>