Shades of Medium Orchid #C261EB
Tints of Medium Orchid #C261EB
RGB
CMYK
RGB Variations
Color information
#C261EB (or 0xC261EB) is known color: Medium Orchid. HEX triplet: C2, 61 and EB. RGB value is (194,97,235). Sum of RGB (Red+Green+Blue) = 194+97+235=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #C261EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261EB is #3D9E14. Grayscale: #8D8D8D. Windows color (decimal): -4038165 or 15425986. OLE color: 15425986.
HSL color Cylindrical-coordinate representation of color #C261EB: hue angle of 282.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C261EB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 97 | 235 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.08 |
| HSL | 282.17º | 0.78% | 0.65% | - |
| HSV(B) | 282.17º | 0.59% | 0.92% | - |
| XYZ | 41.52 | 26.02 | 81.43 | - |
| YUV | 141.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 235 | 0.17 | 0.59 | 0 | 0.08 | 282.17 | 0.78 | 0.65 |
| Hex | C2 | 61 | EB | 11 | 3B | 0 | 8 | 11A | 4E | 41 |
| Octal | 302 | 141 | 353 | 21 | 73 | 0 | 10 | 432 | 116 | 101 |
| Binary | 11000010 | 1100001 | 11101011 | 10001 | 111011 | 0 | 1000 | 100011010 | 1001110 | 1000001 |
Color Harmonies of #C261EB
Complementary color
Monochromatic Colors of #C261EB
Black with #C261EB
Text Example
Text Example
White with #C261EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261EB; }
p { color: rgb(194,97,235); }
H1.HeaderClassName
{
color: #C261EB;
}
.AnyTagClassName
{
color: #C261EB;
}
</style>
background-color css
<style>
a { background-color: #C261EB; }
a { background-color: rgb(194,97,235); }
div.DivClassName
{
background-color: #C261EB;
}
.BgClassName
{
background-color: #C261EB;
}
</style>
border-color css
<style>
span { border-color: #C261EB; }
span { border-color: rgb(194,97,235); }
td.TdClassName
{
border-color: #C261EB;
}
.TagClassName
{
border-color: #C261EB;
}
</style>