Shades of Medium Orchid #C142D0
Tints of Medium Orchid #C142D0
RGB
CMYK
RGB Variations
Color information
#C142D0 (or 0xC142D0) is known color: Medium Orchid. HEX triplet: C1, 42 and D0. RGB value is (193,66,208). Sum of RGB (Red+Green+Blue) = 193+66+208=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C142D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142D0 is #3EBD2F. Grayscale: #777777. Windows color (decimal): -4111664 or 13648577. OLE color: 13648577.
HSL color Cylindrical-coordinate representation of color #C142D0: hue angle of 293.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C142D0 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 66 | 208 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.18 |
| HSL | 293.66º | 0.6% | 0.54% | - |
| HSV(B) | 293.66º | 0.68% | 0.82% | - |
| XYZ | 35.33 | 19.79 | 61.63 | - |
| YUV | 120.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 208 | 0.07 | 0.68 | 0 | 0.18 | 293.66 | 0.6 | 0.54 |
| Hex | C1 | 42 | D0 | 7 | 44 | 0 | 12 | 126 | 3C | 36 |
| Octal | 301 | 102 | 320 | 7 | 104 | 0 | 22 | 446 | 74 | 66 |
| Binary | 11000001 | 1000010 | 11010000 | 111 | 1000100 | 0 | 10010 | 100100110 | 111100 | 110110 |
Color Harmonies of #C142D0
Complementary color
Monochromatic Colors of #C142D0
Black with #C142D0
Text Example
Text Example
White with #C142D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142D0; }
p { color: rgb(193,66,208); }
H1.HeaderClassName
{
color: #C142D0;
}
.AnyTagClassName
{
color: #C142D0;
}
</style>
background-color css
<style>
a { background-color: #C142D0; }
a { background-color: rgb(193,66,208); }
div.DivClassName
{
background-color: #C142D0;
}
.BgClassName
{
background-color: #C142D0;
}
</style>
border-color css
<style>
span { border-color: #C142D0; }
span { border-color: rgb(193,66,208); }
td.TdClassName
{
border-color: #C142D0;
}
.TagClassName
{
border-color: #C142D0;
}
</style>