Shades of Medium Orchid #C144D0
Tints of Medium Orchid #C144D0
RGB
CMYK
RGB Variations
Color information
#C144D0 (or 0xC144D0) is known color: Medium Orchid. HEX triplet: C1, 44 and D0. RGB value is (193,68,208). Sum of RGB (Red+Green+Blue) = 193+68+208=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #C144D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144D0 is #3EBB2F. Grayscale: #787878. Windows color (decimal): -4111152 or 13649089. OLE color: 13649089.
HSL color Cylindrical-coordinate representation of color #C144D0: hue angle of 293.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C144D0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 68 | 208 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.18 |
| HSL | 293.57º | 0.6% | 0.54% | - |
| HSV(B) | 293.57º | 0.67% | 0.82% | - |
| XYZ | 35.44 | 20.03 | 61.67 | - |
| YUV | 121.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 208 | 0.07 | 0.67 | 0 | 0.18 | 293.57 | 0.6 | 0.54 |
| Hex | C1 | 44 | D0 | 7 | 43 | 0 | 12 | 126 | 3C | 36 |
| Octal | 301 | 104 | 320 | 7 | 103 | 0 | 22 | 446 | 74 | 66 |
| Binary | 11000001 | 1000100 | 11010000 | 111 | 1000011 | 0 | 10010 | 100100110 | 111100 | 110110 |
Color Harmonies of #C144D0
Complementary color
Monochromatic Colors of #C144D0
Black with #C144D0
Text Example
Text Example
White with #C144D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144D0; }
p { color: rgb(193,68,208); }
H1.HeaderClassName
{
color: #C144D0;
}
.AnyTagClassName
{
color: #C144D0;
}
</style>
background-color css
<style>
a { background-color: #C144D0; }
a { background-color: rgb(193,68,208); }
div.DivClassName
{
background-color: #C144D0;
}
.BgClassName
{
background-color: #C144D0;
}
</style>
border-color css
<style>
span { border-color: #C144D0; }
span { border-color: rgb(193,68,208); }
td.TdClassName
{
border-color: #C144D0;
}
.TagClassName
{
border-color: #C144D0;
}
</style>