Shades of Medium Orchid #C32DED
Tints of Medium Orchid #C32DED
RGB
CMYK
RGB Variations
Color information
#C32DED (or 0xC32DED) is known color: Medium Orchid. HEX triplet: C3, 2D and ED. RGB value is (195,45,237). Sum of RGB (Red+Green+Blue) = 195+45+237=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C32DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32DED is #3CD212. Grayscale: #6F6F6F. Windows color (decimal): -3985939 or 15543747. OLE color: 15543747.
HSL color Cylindrical-coordinate representation of color #C32DED: hue angle of 286.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32DED is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 45 | 237 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.07 |
| HSL | 286.88º | 0.84% | 0.55% | - |
| HSV(B) | 286.88º | 0.81% | 0.93% | - |
| XYZ | 38.73 | 19.59 | 81.86 | - |
| YUV | 111.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 237 | 0.18 | 0.81 | 0 | 0.07 | 286.88 | 0.84 | 0.55 |
| Hex | C3 | 2D | ED | 12 | 51 | 0 | 7 | 11F | 54 | 37 |
| Octal | 303 | 55 | 355 | 22 | 121 | 0 | 7 | 437 | 124 | 67 |
| Binary | 11000011 | 101101 | 11101101 | 10010 | 1010001 | 0 | 111 | 100011111 | 1010100 | 110111 |
Color Harmonies of #C32DED
Complementary color
Monochromatic Colors of #C32DED
Black with #C32DED
Text Example
Text Example
White with #C32DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DED; }
p { color: rgb(195,45,237); }
H1.HeaderClassName
{
color: #C32DED;
}
.AnyTagClassName
{
color: #C32DED;
}
</style>
background-color css
<style>
a { background-color: #C32DED; }
a { background-color: rgb(195,45,237); }
div.DivClassName
{
background-color: #C32DED;
}
.BgClassName
{
background-color: #C32DED;
}
</style>
border-color css
<style>
span { border-color: #C32DED; }
span { border-color: rgb(195,45,237); }
td.TdClassName
{
border-color: #C32DED;
}
.TagClassName
{
border-color: #C32DED;
}
</style>