Shades of Medium Orchid #C32BDC
Tints of Medium Orchid #C32BDC
RGB
CMYK
RGB Variations
Color information
#C32BDC (or 0xC32BDC) is known color: Medium Orchid. HEX triplet: C3, 2B and DC. RGB value is (195,43,220). Sum of RGB (Red+Green+Blue) = 195+43+220=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C32BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32BDC is #3CD423. Grayscale: #6C6C6C. Windows color (decimal): -3986468 or 14429123. OLE color: 14429123.
HSL color Cylindrical-coordinate representation of color #C32BDC: hue angle of 291.53º 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 #C32BDC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 43 | 220 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.14 |
| HSL | 291.53º | 0.72% | 0.52% | - |
| HSV(B) | 291.53º | 0.8% | 0.86% | - |
| XYZ | 36.29 | 18.5 | 69.37 | - |
| YUV | 108.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 220 | 0.11 | 0.80 | 0 | 0.14 | 291.53 | 0.72 | 0.52 |
| Hex | C3 | 2B | DC | B | 50 | 0 | E | 124 | 48 | 34 |
| Octal | 303 | 53 | 334 | 13 | 120 | 0 | 16 | 444 | 110 | 64 |
| Binary | 11000011 | 101011 | 11011100 | 1011 | 1010000 | 0 | 1110 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C32BDC
Complementary color
Monochromatic Colors of #C32BDC
Black with #C32BDC
Text Example
Text Example
White with #C32BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BDC; }
p { color: rgb(195,43,220); }
H1.HeaderClassName
{
color: #C32BDC;
}
.AnyTagClassName
{
color: #C32BDC;
}
</style>
background-color css
<style>
a { background-color: #C32BDC; }
a { background-color: rgb(195,43,220); }
div.DivClassName
{
background-color: #C32BDC;
}
.BgClassName
{
background-color: #C32BDC;
}
</style>
border-color css
<style>
span { border-color: #C32BDC; }
span { border-color: rgb(195,43,220); }
td.TdClassName
{
border-color: #C32BDC;
}
.TagClassName
{
border-color: #C32BDC;
}
</style>