Shades of Medium Orchid #C241CE
Tints of Medium Orchid #C241CE
RGB
CMYK
RGB Variations
Color information
#C241CE (or 0xC241CE) is known color: Medium Orchid. HEX triplet: C2, 41 and CE. RGB value is (194,65,206). Sum of RGB (Red+Green+Blue) = 194+65+206=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C241CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CE is #3DBE31. Grayscale: #777777. Windows color (decimal): -4046386 or 13517250. OLE color: 13517250.
HSL color Cylindrical-coordinate representation of color #C241CE: hue angle of 294.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C241CE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 65 | 206 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.19 |
| HSL | 294.89º | 0.59% | 0.53% | - |
| HSV(B) | 294.89º | 0.68% | 0.81% | - |
| XYZ | 35.28 | 19.71 | 60.34 | - |
| YUV | 119.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 206 | 0.06 | 0.68 | 0 | 0.19 | 294.89 | 0.59 | 0.53 |
| Hex | C2 | 41 | CE | 6 | 44 | 0 | 13 | 127 | 3B | 35 |
| Octal | 302 | 101 | 316 | 6 | 104 | 0 | 23 | 447 | 73 | 65 |
| Binary | 11000010 | 1000001 | 11001110 | 110 | 1000100 | 0 | 10011 | 100100111 | 111011 | 110101 |
Color Harmonies of #C241CE
Complementary color
Monochromatic Colors of #C241CE
Black with #C241CE
Text Example
Text Example
White with #C241CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241CE; }
p { color: rgb(194,65,206); }
H1.HeaderClassName
{
color: #C241CE;
}
.AnyTagClassName
{
color: #C241CE;
}
</style>
background-color css
<style>
a { background-color: #C241CE; }
a { background-color: rgb(194,65,206); }
div.DivClassName
{
background-color: #C241CE;
}
.BgClassName
{
background-color: #C241CE;
}
</style>
border-color css
<style>
span { border-color: #C241CE; }
span { border-color: rgb(194,65,206); }
td.TdClassName
{
border-color: #C241CE;
}
.TagClassName
{
border-color: #C241CE;
}
</style>