Shades of Medium Orchid #C032CF
Tints of Medium Orchid #C032CF
RGB
CMYK
RGB Variations
Color information
#C032CF (or 0xC032CF) is known color: Medium Orchid. HEX triplet: C0, 32 and CF. RGB value is (192,50,207). Sum of RGB (Red+Green+Blue) = 192+50+207=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C032CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CF is #3FCD30. Grayscale: #6D6D6D. Windows color (decimal): -4181297 or 13578944. OLE color: 13578944.
HSL color Cylindrical-coordinate representation of color #C032CF: hue angle of 294.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C032CF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 50 | 207 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.19 |
| HSL | 294.27º | 0.62% | 0.5% | - |
| HSV(B) | 294.27º | 0.76% | 0.81% | - |
| XYZ | 34.14 | 17.99 | 60.7 | - |
| YUV | 110.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 207 | 0.07 | 0.76 | 0 | 0.19 | 294.27 | 0.62 | 0.5 |
| Hex | C0 | 32 | CF | 7 | 4C | 0 | 13 | 126 | 3E | 32 |
| Octal | 300 | 62 | 317 | 7 | 114 | 0 | 23 | 446 | 76 | 62 |
| Binary | 11000000 | 110010 | 11001111 | 111 | 1001100 | 0 | 10011 | 100100110 | 111110 | 110010 |
Color Harmonies of #C032CF
Complementary color
Monochromatic Colors of #C032CF
Black with #C032CF
Text Example
Text Example
White with #C032CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032CF; }
p { color: rgb(192,50,207); }
H1.HeaderClassName
{
color: #C032CF;
}
.AnyTagClassName
{
color: #C032CF;
}
</style>
background-color css
<style>
a { background-color: #C032CF; }
a { background-color: rgb(192,50,207); }
div.DivClassName
{
background-color: #C032CF;
}
.BgClassName
{
background-color: #C032CF;
}
</style>
border-color css
<style>
span { border-color: #C032CF; }
span { border-color: rgb(192,50,207); }
td.TdClassName
{
border-color: #C032CF;
}
.TagClassName
{
border-color: #C032CF;
}
</style>