Shades of Medium Orchid #C32CDA
Tints of Medium Orchid #C32CDA
RGB
CMYK
RGB Variations
Color information
#C32CDA (or 0xC32CDA) is known color: Medium Orchid. HEX triplet: C3, 2C and DA. RGB value is (195,44,218). Sum of RGB (Red+Green+Blue) = 195+44+218=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C32CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CDA is #3CD325. Grayscale: #6C6C6C. Windows color (decimal): -3986214 or 14298307. OLE color: 14298307.
HSL color Cylindrical-coordinate representation of color #C32CDA: hue angle of 292.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32CDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 44 | 218 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.15 |
| HSL | 292.07º | 0.7% | 0.51% | - |
| HSV(B) | 292.07º | 0.8% | 0.85% | - |
| XYZ | 36.06 | 18.47 | 67.99 | - |
| YUV | 108.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 218 | 0.11 | 0.80 | 0 | 0.15 | 292.07 | 0.7 | 0.51 |
| Hex | C3 | 2C | DA | B | 50 | 0 | F | 124 | 46 | 33 |
| Octal | 303 | 54 | 332 | 13 | 120 | 0 | 17 | 444 | 106 | 63 |
| Binary | 11000011 | 101100 | 11011010 | 1011 | 1010000 | 0 | 1111 | 100100100 | 1000110 | 110011 |
Color Harmonies of #C32CDA
Complementary color
Monochromatic Colors of #C32CDA
Black with #C32CDA
Text Example
Text Example
White with #C32CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CDA; }
p { color: rgb(195,44,218); }
H1.HeaderClassName
{
color: #C32CDA;
}
.AnyTagClassName
{
color: #C32CDA;
}
</style>
background-color css
<style>
a { background-color: #C32CDA; }
a { background-color: rgb(195,44,218); }
div.DivClassName
{
background-color: #C32CDA;
}
.BgClassName
{
background-color: #C32CDA;
}
</style>
border-color css
<style>
span { border-color: #C32CDA; }
span { border-color: rgb(195,44,218); }
td.TdClassName
{
border-color: #C32CDA;
}
.TagClassName
{
border-color: #C32CDA;
}
</style>