Shades of Medium Orchid #C32EDD
Tints of Medium Orchid #C32EDD
RGB
CMYK
RGB Variations
Color information
#C32EDD (or 0xC32EDD) is known color: Medium Orchid. HEX triplet: C3, 2E and DD. RGB value is (195,46,221). Sum of RGB (Red+Green+Blue) = 195+46+221=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C32EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32EDD is #3CD122. Grayscale: #6D6D6D. Windows color (decimal): -3985699 or 14495427. OLE color: 14495427.
HSL color Cylindrical-coordinate representation of color #C32EDD: hue angle of 291.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32EDD is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 46 | 221 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.13 |
| HSL | 291.09º | 0.72% | 0.52% | - |
| HSV(B) | 291.09º | 0.79% | 0.87% | - |
| XYZ | 36.53 | 18.78 | 70.11 | - |
| YUV | 110.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 221 | 0.12 | 0.79 | 0 | 0.13 | 291.09 | 0.72 | 0.52 |
| Hex | C3 | 2E | DD | C | 4F | 0 | D | 123 | 48 | 34 |
| Octal | 303 | 56 | 335 | 14 | 117 | 0 | 15 | 443 | 110 | 64 |
| Binary | 11000011 | 101110 | 11011101 | 1100 | 1001111 | 0 | 1101 | 100100011 | 1001000 | 110100 |
Color Harmonies of #C32EDD
Complementary color
Monochromatic Colors of #C32EDD
Black with #C32EDD
Text Example
Text Example
White with #C32EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EDD; }
p { color: rgb(195,46,221); }
H1.HeaderClassName
{
color: #C32EDD;
}
.AnyTagClassName
{
color: #C32EDD;
}
</style>
background-color css
<style>
a { background-color: #C32EDD; }
a { background-color: rgb(195,46,221); }
div.DivClassName
{
background-color: #C32EDD;
}
.BgClassName
{
background-color: #C32EDD;
}
</style>
border-color css
<style>
span { border-color: #C32EDD; }
span { border-color: rgb(195,46,221); }
td.TdClassName
{
border-color: #C32EDD;
}
.TagClassName
{
border-color: #C32EDD;
}
</style>