Shades of Medium Orchid #C144DF
Tints of Medium Orchid #C144DF
RGB
CMYK
RGB Variations
Color information
#C144DF (or 0xC144DF) is known color: Medium Orchid. HEX triplet: C1, 44 and DF. RGB value is (193,68,223). Sum of RGB (Red+Green+Blue) = 193+68+223=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #C144DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144DF is #3EBB20. Grayscale: #7A7A7A. Windows color (decimal): -4111137 or 14632129. OLE color: 14632129.
HSL color Cylindrical-coordinate representation of color #C144DF: hue angle of 288.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C144DF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 68 | 223 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.13 |
| HSL | 288.39º | 0.71% | 0.57% | - |
| HSV(B) | 288.39º | 0.7% | 0.87% | - |
| XYZ | 37.38 | 20.8 | 71.86 | - |
| YUV | 123.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 223 | 0.13 | 0.70 | 0 | 0.13 | 288.39 | 0.71 | 0.57 |
| Hex | C1 | 44 | DF | D | 46 | 0 | D | 120 | 47 | 39 |
| Octal | 301 | 104 | 337 | 15 | 106 | 0 | 15 | 440 | 107 | 71 |
| Binary | 11000001 | 1000100 | 11011111 | 1101 | 1000110 | 0 | 1101 | 100100000 | 1000111 | 111001 |
Color Harmonies of #C144DF
Complementary color
Monochromatic Colors of #C144DF
Black with #C144DF
Text Example
Text Example
White with #C144DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144DF; }
p { color: rgb(193,68,223); }
H1.HeaderClassName
{
color: #C144DF;
}
.AnyTagClassName
{
color: #C144DF;
}
</style>
background-color css
<style>
a { background-color: #C144DF; }
a { background-color: rgb(193,68,223); }
div.DivClassName
{
background-color: #C144DF;
}
.BgClassName
{
background-color: #C144DF;
}
</style>
border-color css
<style>
span { border-color: #C144DF; }
span { border-color: rgb(193,68,223); }
td.TdClassName
{
border-color: #C144DF;
}
.TagClassName
{
border-color: #C144DF;
}
</style>