Shades of Medium Orchid #C241D3
Tints of Medium Orchid #C241D3
RGB
CMYK
RGB Variations
Color information
#C241D3 (or 0xC241D3) is known color: Medium Orchid. HEX triplet: C2, 41 and D3. RGB value is (194,65,211). Sum of RGB (Red+Green+Blue) = 194+65+211=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #C241D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241D3 is #3DBE2C. Grayscale: #777777. Windows color (decimal): -4046381 or 13844930. OLE color: 13844930.
HSL color Cylindrical-coordinate representation of color #C241D3: hue angle of 293.01º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C241D3 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 65 | 211 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.17 |
| HSL | 293.01º | 0.62% | 0.54% | - |
| HSV(B) | 293.01º | 0.69% | 0.83% | - |
| XYZ | 35.9 | 19.95 | 63.59 | - |
| YUV | 120.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 211 | 0.08 | 0.69 | 0 | 0.17 | 293.01 | 0.62 | 0.54 |
| Hex | C2 | 41 | D3 | 8 | 45 | 0 | 11 | 125 | 3E | 36 |
| Octal | 302 | 101 | 323 | 10 | 105 | 0 | 21 | 445 | 76 | 66 |
| Binary | 11000010 | 1000001 | 11010011 | 1000 | 1000101 | 0 | 10001 | 100100101 | 111110 | 110110 |
Color Harmonies of #C241D3
Complementary color
Monochromatic Colors of #C241D3
Black with #C241D3
Text Example
Text Example
White with #C241D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241D3; }
p { color: rgb(194,65,211); }
H1.HeaderClassName
{
color: #C241D3;
}
.AnyTagClassName
{
color: #C241D3;
}
</style>
background-color css
<style>
a { background-color: #C241D3; }
a { background-color: rgb(194,65,211); }
div.DivClassName
{
background-color: #C241D3;
}
.BgClassName
{
background-color: #C241D3;
}
</style>
border-color css
<style>
span { border-color: #C241D3; }
span { border-color: rgb(194,65,211); }
td.TdClassName
{
border-color: #C241D3;
}
.TagClassName
{
border-color: #C241D3;
}
</style>