Shades of Medium Orchid #C032DA
Tints of Medium Orchid #C032DA
RGB
CMYK
RGB Variations
Color information
#C032DA (or 0xC032DA) is known color: Medium Orchid. HEX triplet: C0, 32 and DA. RGB value is (192,50,218). Sum of RGB (Red+Green+Blue) = 192+50+218=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C032DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DA is #3FCD25. Grayscale: #6F6F6F. Windows color (decimal): -4181286 or 14299840. OLE color: 14299840.
HSL color Cylindrical-coordinate representation of color #C032DA: hue angle of 290.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C032DA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 50 | 218 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.15 |
| HSL | 290.71º | 0.69% | 0.53% | - |
| HSV(B) | 290.71º | 0.77% | 0.85% | - |
| XYZ | 35.53 | 18.55 | 68.04 | - |
| YUV | 111.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 218 | 0.12 | 0.77 | 0 | 0.15 | 290.71 | 0.69 | 0.53 |
| Hex | C0 | 32 | DA | C | 4D | 0 | F | 123 | 45 | 35 |
| Octal | 300 | 62 | 332 | 14 | 115 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000000 | 110010 | 11011010 | 1100 | 1001101 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C032DA
Complementary color
Monochromatic Colors of #C032DA
Black with #C032DA
Text Example
Text Example
White with #C032DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032DA; }
p { color: rgb(192,50,218); }
H1.HeaderClassName
{
color: #C032DA;
}
.AnyTagClassName
{
color: #C032DA;
}
</style>
background-color css
<style>
a { background-color: #C032DA; }
a { background-color: rgb(192,50,218); }
div.DivClassName
{
background-color: #C032DA;
}
.BgClassName
{
background-color: #C032DA;
}
</style>
border-color css
<style>
span { border-color: #C032DA; }
span { border-color: rgb(192,50,218); }
td.TdClassName
{
border-color: #C032DA;
}
.TagClassName
{
border-color: #C032DA;
}
</style>