Shades of Medium Orchid #C144DA
Tints of Medium Orchid #C144DA
RGB
CMYK
RGB Variations
Color information
#C144DA (or 0xC144DA) is known color: Medium Orchid. HEX triplet: C1, 44 and DA. RGB value is (193,68,218). Sum of RGB (Red+Green+Blue) = 193+68+218=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #C144DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144DA is #3EBB25. Grayscale: #7A7A7A. Windows color (decimal): -4111142 or 14304449. OLE color: 14304449.
HSL color Cylindrical-coordinate representation of color #C144DA: hue angle of 290º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C144DA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 68 | 218 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.15 |
| HSL | 290º | 0.67% | 0.56% | - |
| HSV(B) | 290º | 0.69% | 0.85% | - |
| XYZ | 36.71 | 20.53 | 68.36 | - |
| YUV | 122.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 218 | 0.11 | 0.69 | 0 | 0.15 | 290 | 0.67 | 0.56 |
| Hex | C1 | 44 | DA | B | 45 | 0 | F | 122 | 43 | 38 |
| Octal | 301 | 104 | 332 | 13 | 105 | 0 | 17 | 442 | 103 | 70 |
| Binary | 11000001 | 1000100 | 11011010 | 1011 | 1000101 | 0 | 1111 | 100100010 | 1000011 | 111000 |
Color Harmonies of #C144DA
Complementary color
Monochromatic Colors of #C144DA
Black with #C144DA
Text Example
Text Example
White with #C144DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144DA; }
p { color: rgb(193,68,218); }
H1.HeaderClassName
{
color: #C144DA;
}
.AnyTagClassName
{
color: #C144DA;
}
</style>
background-color css
<style>
a { background-color: #C144DA; }
a { background-color: rgb(193,68,218); }
div.DivClassName
{
background-color: #C144DA;
}
.BgClassName
{
background-color: #C144DA;
}
</style>
border-color css
<style>
span { border-color: #C144DA; }
span { border-color: rgb(193,68,218); }
td.TdClassName
{
border-color: #C144DA;
}
.TagClassName
{
border-color: #C144DA;
}
</style>