Shades of Medium Orchid #C12BDF
Tints of Medium Orchid #C12BDF
RGB
CMYK
RGB Variations
Color information
#C12BDF (or 0xC12BDF) is known color: Medium Orchid. HEX triplet: C1, 2B and DF. RGB value is (193,43,223). Sum of RGB (Red+Green+Blue) = 193+43+223=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BDF is #3ED420. Grayscale: #6B6B6B. Windows color (decimal): -4117537 or 14625729. OLE color: 14625729.
HSL color Cylindrical-coordinate representation of color #C12BDF: hue angle of 290º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12BDF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 43 | 223 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.13 |
| HSL | 290º | 0.74% | 0.52% | - |
| HSV(B) | 290º | 0.81% | 0.87% | - |
| XYZ | 36.18 | 18.39 | 71.46 | - |
| YUV | 108.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 223 | 0.13 | 0.81 | 0 | 0.13 | 290 | 0.74 | 0.52 |
| Hex | C1 | 2B | DF | D | 51 | 0 | D | 122 | 4A | 34 |
| Octal | 301 | 53 | 337 | 15 | 121 | 0 | 15 | 442 | 112 | 64 |
| Binary | 11000001 | 101011 | 11011111 | 1101 | 1010001 | 0 | 1101 | 100100010 | 1001010 | 110100 |
Color Harmonies of #C12BDF
Complementary color
Monochromatic Colors of #C12BDF
Black with #C12BDF
Text Example
Text Example
White with #C12BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BDF; }
p { color: rgb(193,43,223); }
H1.HeaderClassName
{
color: #C12BDF;
}
.AnyTagClassName
{
color: #C12BDF;
}
</style>
background-color css
<style>
a { background-color: #C12BDF; }
a { background-color: rgb(193,43,223); }
div.DivClassName
{
background-color: #C12BDF;
}
.BgClassName
{
background-color: #C12BDF;
}
</style>
border-color css
<style>
span { border-color: #C12BDF; }
span { border-color: rgb(193,43,223); }
td.TdClassName
{
border-color: #C12BDF;
}
.TagClassName
{
border-color: #C12BDF;
}
</style>