Shades of Medium Orchid #C241CF
Tints of Medium Orchid #C241CF
RGB
CMYK
RGB Variations
Color information
#C241CF (or 0xC241CF) is known color: Medium Orchid. HEX triplet: C2, 41 and CF. RGB value is (194,65,207). Sum of RGB (Red+Green+Blue) = 194+65+207=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C241CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CF is #3DBE30. Grayscale: #777777. Windows color (decimal): -4046385 or 13582786. OLE color: 13582786.
HSL color Cylindrical-coordinate representation of color #C241CF: hue angle of 294.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C241CF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 65 | 207 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.51º | 0.6% | 0.53% | - |
| HSV(B) | 294.51º | 0.69% | 0.81% | - |
| XYZ | 35.4 | 19.75 | 60.98 | - |
| YUV | 119.76 | 177.24 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 207 | 0.06 | 0.69 | 0 | 0.19 | 294.51 | 0.6 | 0.53 |
| Hex | C2 | 41 | CF | 6 | 45 | 0 | 13 | 127 | 3C | 35 |
| Octal | 302 | 101 | 317 | 6 | 105 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000010 | 1000001 | 11001111 | 110 | 1000101 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C241CF
Complementary color
Monochromatic Colors of #C241CF
Black with #C241CF
Text Example
Text Example
White with #C241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241CF; }
p { color: rgb(194,65,207); }
H1.HeaderClassName
{
color: #C241CF;
}
.AnyTagClassName
{
color: #C241CF;
}
</style>
background-color css
<style>
a { background-color: #C241CF; }
a { background-color: rgb(194,65,207); }
div.DivClassName
{
background-color: #C241CF;
}
.BgClassName
{
background-color: #C241CF;
}
</style>
border-color css
<style>
span { border-color: #C241CF; }
span { border-color: rgb(194,65,207); }
td.TdClassName
{
border-color: #C241CF;
}
.TagClassName
{
border-color: #C241CF;
}
</style>