Shades of Medium Orchid #C32DDA
Tints of Medium Orchid #C32DDA
RGB
CMYK
RGB Variations
Color information
#C32DDA (or 0xC32DDA) is known color: Medium Orchid. HEX triplet: C3, 2D and DA. RGB value is (195,45,218). Sum of RGB (Red+Green+Blue) = 195+45+218=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C32DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DDA is #3CD225. Grayscale: #6D6D6D. Windows color (decimal): -3985958 or 14298563. OLE color: 14298563.
HSL color Cylindrical-coordinate representation of color #C32DDA: hue angle of 292.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32DDA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 45 | 218 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.15 |
| HSL | 292.02º | 0.7% | 0.52% | - |
| HSV(B) | 292.02º | 0.79% | 0.85% | - |
| XYZ | 36.1 | 18.54 | 68.01 | - |
| YUV | 109.57 | 189.2 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 218 | 0.11 | 0.79 | 0 | 0.15 | 292.02 | 0.7 | 0.52 |
| Hex | C3 | 2D | DA | B | 4F | 0 | F | 124 | 46 | 34 |
| Octal | 303 | 55 | 332 | 13 | 117 | 0 | 17 | 444 | 106 | 64 |
| Binary | 11000011 | 101101 | 11011010 | 1011 | 1001111 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C32DDA
Complementary color
Monochromatic Colors of #C32DDA
Black with #C32DDA
Text Example
Text Example
White with #C32DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DDA; }
p { color: rgb(195,45,218); }
H1.HeaderClassName
{
color: #C32DDA;
}
.AnyTagClassName
{
color: #C32DDA;
}
</style>
background-color css
<style>
a { background-color: #C32DDA; }
a { background-color: rgb(195,45,218); }
div.DivClassName
{
background-color: #C32DDA;
}
.BgClassName
{
background-color: #C32DDA;
}
</style>
border-color css
<style>
span { border-color: #C32DDA; }
span { border-color: rgb(195,45,218); }
td.TdClassName
{
border-color: #C32DDA;
}
.TagClassName
{
border-color: #C32DDA;
}
</style>