Shades of Medium Orchid #C261EE
Tints of Medium Orchid #C261EE
RGB
CMYK
RGB Variations
Color information
#C261EE (or 0xC261EE) is known color: Medium Orchid. HEX triplet: C2, 61 and EE. RGB value is (194,97,238). Sum of RGB (Red+Green+Blue) = 194+97+238=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C261EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261EE is #3D9E11. Grayscale: #8D8D8D. Windows color (decimal): -4038162 or 15622594. OLE color: 15622594.
HSL color Cylindrical-coordinate representation of color #C261EE: hue angle of 281.28º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C261EE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 97 | 238 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.07 |
| HSL | 281.28º | 0.81% | 0.66% | - |
| HSV(B) | 281.28º | 0.59% | 0.93% | - |
| XYZ | 41.96 | 26.19 | 83.73 | - |
| YUV | 142.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 238 | 0.18 | 0.59 | 0 | 0.07 | 281.28 | 0.81 | 0.66 |
| Hex | C2 | 61 | EE | 12 | 3B | 0 | 7 | 119 | 51 | 42 |
| Octal | 302 | 141 | 356 | 22 | 73 | 0 | 7 | 431 | 121 | 102 |
| Binary | 11000010 | 1100001 | 11101110 | 10010 | 111011 | 0 | 111 | 100011001 | 1010001 | 1000010 |
Color Harmonies of #C261EE
Complementary color
Monochromatic Colors of #C261EE
Black with #C261EE
Text Example
Text Example
White with #C261EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261EE; }
p { color: rgb(194,97,238); }
H1.HeaderClassName
{
color: #C261EE;
}
.AnyTagClassName
{
color: #C261EE;
}
</style>
background-color css
<style>
a { background-color: #C261EE; }
a { background-color: rgb(194,97,238); }
div.DivClassName
{
background-color: #C261EE;
}
.BgClassName
{
background-color: #C261EE;
}
</style>
border-color css
<style>
span { border-color: #C261EE; }
span { border-color: rgb(194,97,238); }
td.TdClassName
{
border-color: #C261EE;
}
.TagClassName
{
border-color: #C261EE;
}
</style>