Shades of Medium Orchid #C32CDE
Tints of Medium Orchid #C32CDE
RGB
CMYK
RGB Variations
Color information
#C32CDE (or 0xC32CDE) is known color: Medium Orchid. HEX triplet: C3, 2C and DE. RGB value is (195,44,222). Sum of RGB (Red+Green+Blue) = 195+44+222=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #C32CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CDE is #3CD321. Grayscale: #6C6C6C. Windows color (decimal): -3986210 or 14560451. OLE color: 14560451.
HSL color Cylindrical-coordinate representation of color #C32CDE: hue angle of 290.9º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32CDE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 44 | 222 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 290.9º | 0.73% | 0.52% | - |
| HSV(B) | 290.9º | 0.8% | 0.87% | - |
| XYZ | 36.59 | 18.68 | 70.78 | - |
| YUV | 109.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 222 | 0.12 | 0.80 | 0 | 0.13 | 290.9 | 0.73 | 0.52 |
| Hex | C3 | 2C | DE | C | 50 | 0 | D | 123 | 49 | 34 |
| Octal | 303 | 54 | 336 | 14 | 120 | 0 | 15 | 443 | 111 | 64 |
| Binary | 11000011 | 101100 | 11011110 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001001 | 110100 |
Color Harmonies of #C32CDE
Complementary color
Monochromatic Colors of #C32CDE
Black with #C32CDE
Text Example
Text Example
White with #C32CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CDE; }
p { color: rgb(195,44,222); }
H1.HeaderClassName
{
color: #C32CDE;
}
.AnyTagClassName
{
color: #C32CDE;
}
</style>
background-color css
<style>
a { background-color: #C32CDE; }
a { background-color: rgb(195,44,222); }
div.DivClassName
{
background-color: #C32CDE;
}
.BgClassName
{
background-color: #C32CDE;
}
</style>
border-color css
<style>
span { border-color: #C32CDE; }
span { border-color: rgb(195,44,222); }
td.TdClassName
{
border-color: #C32CDE;
}
.TagClassName
{
border-color: #C32CDE;
}
</style>