Shades of Medium Orchid #C12BD2
Tints of Medium Orchid #C12BD2
RGB
CMYK
RGB Variations
Color information
#C12BD2 (or 0xC12BD2) is known color: Medium Orchid. HEX triplet: C1, 2B and D2. RGB value is (193,43,210). Sum of RGB (Red+Green+Blue) = 193+43+210=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #C12BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BD2 is #3ED42D. Grayscale: #6A6A6A. Windows color (decimal): -4117550 or 13773761. OLE color: 13773761.
HSL color Cylindrical-coordinate representation of color #C12BD2: hue angle of 293.89º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12BD2 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 43 | 210 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.18 |
| HSL | 293.89º | 0.66% | 0.5% | - |
| HSV(B) | 293.89º | 0.8% | 0.82% | - |
| XYZ | 34.49 | 17.72 | 62.57 | - |
| YUV | 106.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 210 | 0.08 | 0.80 | 0 | 0.18 | 293.89 | 0.66 | 0.5 |
| Hex | C1 | 2B | D2 | 8 | 50 | 0 | 12 | 126 | 42 | 32 |
| Octal | 301 | 53 | 322 | 10 | 120 | 0 | 22 | 446 | 102 | 62 |
| Binary | 11000001 | 101011 | 11010010 | 1000 | 1010000 | 0 | 10010 | 100100110 | 1000010 | 110010 |
Color Harmonies of #C12BD2
Complementary color
Monochromatic Colors of #C12BD2
Black with #C12BD2
Text Example
Text Example
White with #C12BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BD2; }
p { color: rgb(193,43,210); }
H1.HeaderClassName
{
color: #C12BD2;
}
.AnyTagClassName
{
color: #C12BD2;
}
</style>
background-color css
<style>
a { background-color: #C12BD2; }
a { background-color: rgb(193,43,210); }
div.DivClassName
{
background-color: #C12BD2;
}
.BgClassName
{
background-color: #C12BD2;
}
</style>
border-color css
<style>
span { border-color: #C12BD2; }
span { border-color: rgb(193,43,210); }
td.TdClassName
{
border-color: #C12BD2;
}
.TagClassName
{
border-color: #C12BD2;
}
</style>