Shades of Medium Orchid #C141DA
Tints of Medium Orchid #C141DA
RGB
CMYK
RGB Variations
Color information
#C141DA (or 0xC141DA) is known color: Medium Orchid. HEX triplet: C1, 41 and DA. RGB value is (193,65,218). Sum of RGB (Red+Green+Blue) = 193+65+218=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #C141DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141DA is #3EBE25. Grayscale: #787878. Windows color (decimal): -4111910 or 14303681. OLE color: 14303681.
HSL color Cylindrical-coordinate representation of color #C141DA: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C141DA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 65 | 218 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.15 |
| HSL | 290.2º | 0.67% | 0.55% | - |
| HSV(B) | 290.2º | 0.7% | 0.85% | - |
| XYZ | 36.54 | 20.18 | 68.3 | - |
| YUV | 120.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 218 | 0.11 | 0.70 | 0 | 0.15 | 290.2 | 0.67 | 0.55 |
| Hex | C1 | 41 | DA | B | 46 | 0 | F | 122 | 43 | 37 |
| Octal | 301 | 101 | 332 | 13 | 106 | 0 | 17 | 442 | 103 | 67 |
| Binary | 11000001 | 1000001 | 11011010 | 1011 | 1000110 | 0 | 1111 | 100100010 | 1000011 | 110111 |
Color Harmonies of #C141DA
Complementary color
Monochromatic Colors of #C141DA
Black with #C141DA
Text Example
Text Example
White with #C141DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141DA; }
p { color: rgb(193,65,218); }
H1.HeaderClassName
{
color: #C141DA;
}
.AnyTagClassName
{
color: #C141DA;
}
</style>
background-color css
<style>
a { background-color: #C141DA; }
a { background-color: rgb(193,65,218); }
div.DivClassName
{
background-color: #C141DA;
}
.BgClassName
{
background-color: #C141DA;
}
</style>
border-color css
<style>
span { border-color: #C141DA; }
span { border-color: rgb(193,65,218); }
td.TdClassName
{
border-color: #C141DA;
}
.TagClassName
{
border-color: #C141DA;
}
</style>