Shades of Medium Orchid #C32BDA
Tints of Medium Orchid #C32BDA
RGB
CMYK
RGB Variations
Color information
#C32BDA (or 0xC32BDA) is known color: Medium Orchid. HEX triplet: C3, 2B and DA. RGB value is (195,43,218). Sum of RGB (Red+Green+Blue) = 195+43+218=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C32BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDA is #3CD425. Grayscale: #6B6B6B. Windows color (decimal): -3986470 or 14298051. OLE color: 14298051.
HSL color Cylindrical-coordinate representation of color #C32BDA: hue angle of 292.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32BDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 43 | 218 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.15 |
| HSL | 292.11º | 0.7% | 0.51% | - |
| HSV(B) | 292.11º | 0.8% | 0.85% | - |
| XYZ | 36.02 | 18.39 | 67.98 | - |
| YUV | 108.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 218 | 0.11 | 0.80 | 0 | 0.15 | 292.11 | 0.7 | 0.51 |
| Hex | C3 | 2B | DA | B | 50 | 0 | F | 124 | 46 | 33 |
| Octal | 303 | 53 | 332 | 13 | 120 | 0 | 17 | 444 | 106 | 63 |
| Binary | 11000011 | 101011 | 11011010 | 1011 | 1010000 | 0 | 1111 | 100100100 | 1000110 | 110011 |
Color Harmonies of #C32BDA
Complementary color
Monochromatic Colors of #C32BDA
Black with #C32BDA
Text Example
Text Example
White with #C32BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BDA; }
p { color: rgb(195,43,218); }
H1.HeaderClassName
{
color: #C32BDA;
}
.AnyTagClassName
{
color: #C32BDA;
}
</style>
background-color css
<style>
a { background-color: #C32BDA; }
a { background-color: rgb(195,43,218); }
div.DivClassName
{
background-color: #C32BDA;
}
.BgClassName
{
background-color: #C32BDA;
}
</style>
border-color css
<style>
span { border-color: #C32BDA; }
span { border-color: rgb(195,43,218); }
td.TdClassName
{
border-color: #C32BDA;
}
.TagClassName
{
border-color: #C32BDA;
}
</style>