Shades of Medium Orchid #C12DDA
Tints of Medium Orchid #C12DDA
RGB
CMYK
RGB Variations
Color information
#C12DDA (or 0xC12DDA) is known color: Medium Orchid. HEX triplet: C1, 2D and DA. RGB value is (193,45,218). Sum of RGB (Red+Green+Blue) = 193+45+218=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 45 (17.97% from 255 or 9.87% 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 #C12DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DDA is #3ED225. Grayscale: #6C6C6C. Windows color (decimal): -4117030 or 14298561. OLE color: 14298561.
HSL color Cylindrical-coordinate representation of color #C12DDA: hue angle of 291.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12DDA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 193 | 45 | 218 | - |
CMYK | 0.11 | 0.79 | 0 | 0.15 |
HSL | 291.33º | 0.7% | 0.52% | - |
HSV(B) | 291.33º | 0.79% | 0.85% | - |
XYZ | 35.59 | 18.28 | 67.98 | - |
YUV | 108.97 | 189.53 | 187.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 45 | 218 | 0.11 | 0.79 | 0 | 0.15 | 291.33 | 0.7 | 0.52 |
Hex | C1 | 2D | DA | B | 4F | 0 | F | 123 | 46 | 34 |
Octal | 301 | 55 | 332 | 13 | 117 | 0 | 17 | 443 | 106 | 64 |
Binary | 11000001 | 101101 | 11011010 | 1011 | 1001111 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C12DDA
Complementary color
Monochromatic Colors of #C12DDA
Black with #C12DDA
Text Example
Text Example
White with #C12DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12DDA; }
p { color: rgb(193,45,218); }
H1.HeaderClassName
{
color: #C12DDA;
}
.AnyTagClassName
{
color: #C12DDA;
}
</style>
background-color css
<style>
a { background-color: #C12DDA; }
a { background-color: rgb(193,45,218); }
div.DivClassName
{
background-color: #C12DDA;
}
.BgClassName
{
background-color: #C12DDA;
}
</style>
border-color css
<style>
span { border-color: #C12DDA; }
span { border-color: rgb(193,45,218); }
td.TdClassName
{
border-color: #C12DDA;
}
.TagClassName
{
border-color: #C12DDA;
}
</style>