Shades of Medium Orchid #C32CDC
Tints of Medium Orchid #C32CDC
RGB
CMYK
RGB Variations
Color information
#C32CDC (or 0xC32CDC) is known color: Medium Orchid. HEX triplet: C3, 2C and DC. RGB value is (195,44,220). Sum of RGB (Red+Green+Blue) = 195+44+220=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C32CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CDC is #3CD323. Grayscale: #6C6C6C. Windows color (decimal): -3986212 or 14429379. OLE color: 14429379.
HSL color Cylindrical-coordinate representation of color #C32CDC: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32CDC is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 44 | 220 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.14 |
| HSL | 291.48º | 0.72% | 0.52% | - |
| HSV(B) | 291.48º | 0.8% | 0.86% | - |
| XYZ | 36.32 | 18.57 | 69.38 | - |
| YUV | 109.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 220 | 0.11 | 0.8 | 0 | 0.14 | 291.48 | 0.72 | 0.52 |
| Hex | C3 | 2C | DC | B | 50 | 0 | E | 123 | 48 | 34 |
| Octal | 303 | 54 | 334 | 13 | 120 | 0 | 16 | 443 | 110 | 64 |
| Binary | 11000011 | 101100 | 11011100 | 1011 | 1010000 | 0 | 1110 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C32CDC
Complementary color
Monochromatic Colors of #C32CDC
Black with #C32CDC
Text Example
Text Example
White with #C32CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CDC; }
p { color: rgb(195,44,220); }
H1.HeaderClassName
{
color: #C32CDC;
}
.AnyTagClassName
{
color: #C32CDC;
}
</style>
background-color css
<style>
a { background-color: #C32CDC; }
a { background-color: rgb(195,44,220); }
div.DivClassName
{
background-color: #C32CDC;
}
.BgClassName
{
background-color: #C32CDC;
}
</style>
border-color css
<style>
span { border-color: #C32CDC; }
span { border-color: rgb(195,44,220); }
td.TdClassName
{
border-color: #C32CDC;
}
.TagClassName
{
border-color: #C32CDC;
}
</style>