Shades of Medium Orchid #C12BD1
Tints of Medium Orchid #C12BD1
RGB
CMYK
RGB Variations
Color information
#C12BD1 (or 0xC12BD1) is known color: Medium Orchid. HEX triplet: C1, 2B and D1. RGB value is (193,43,209). Sum of RGB (Red+Green+Blue) = 193+43+209=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #C12BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BD1 is #3ED42E. Grayscale: #6A6A6A. Windows color (decimal): -4117551 or 13708225. OLE color: 13708225.
HSL color Cylindrical-coordinate representation of color #C12BD1: hue angle of 294.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12BD1 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 43 | 209 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.18 |
| HSL | 294.22º | 0.66% | 0.49% | - |
| HSV(B) | 294.22º | 0.79% | 0.82% | - |
| XYZ | 34.36 | 17.67 | 61.92 | - |
| YUV | 106.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 209 | 0.08 | 0.79 | 0 | 0.18 | 294.22 | 0.66 | 0.49 |
| Hex | C1 | 2B | D1 | 8 | 4F | 0 | 12 | 126 | 42 | 31 |
| Octal | 301 | 53 | 321 | 10 | 117 | 0 | 22 | 446 | 102 | 61 |
| Binary | 11000001 | 101011 | 11010001 | 1000 | 1001111 | 0 | 10010 | 100100110 | 1000010 | 110001 |
Color Harmonies of #C12BD1
Complementary color
Monochromatic Colors of #C12BD1
Black with #C12BD1
Text Example
Text Example
White with #C12BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BD1; }
p { color: rgb(193,43,209); }
H1.HeaderClassName
{
color: #C12BD1;
}
.AnyTagClassName
{
color: #C12BD1;
}
</style>
background-color css
<style>
a { background-color: #C12BD1; }
a { background-color: rgb(193,43,209); }
div.DivClassName
{
background-color: #C12BD1;
}
.BgClassName
{
background-color: #C12BD1;
}
</style>
border-color css
<style>
span { border-color: #C12BD1; }
span { border-color: rgb(193,43,209); }
td.TdClassName
{
border-color: #C12BD1;
}
.TagClassName
{
border-color: #C12BD1;
}
</style>