Shades of Medium Orchid #C261ED
Tints of Medium Orchid #C261ED
RGB
CMYK
RGB Variations
Color information
#C261ED (or 0xC261ED) is known color: Medium Orchid. HEX triplet: C2, 61 and ED. RGB value is (194,97,237). Sum of RGB (Red+Green+Blue) = 194+97+237=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C261ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261ED is #3D9E12. Grayscale: #8D8D8D. Windows color (decimal): -4038163 or 15557058. OLE color: 15557058.
HSL color Cylindrical-coordinate representation of color #C261ED: hue angle of 281.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C261ED is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 97 | 237 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.07 |
| HSL | 281.57º | 0.8% | 0.65% | - |
| HSV(B) | 281.57º | 0.59% | 0.93% | - |
| XYZ | 41.81 | 26.13 | 82.96 | - |
| YUV | 141.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 237 | 0.18 | 0.59 | 0 | 0.07 | 281.57 | 0.8 | 0.65 |
| Hex | C2 | 61 | ED | 12 | 3B | 0 | 7 | 11A | 50 | 41 |
| Octal | 302 | 141 | 355 | 22 | 73 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000010 | 1100001 | 11101101 | 10010 | 111011 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C261ED
Complementary color
Monochromatic Colors of #C261ED
Black with #C261ED
Text Example
Text Example
White with #C261ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261ED; }
p { color: rgb(194,97,237); }
H1.HeaderClassName
{
color: #C261ED;
}
.AnyTagClassName
{
color: #C261ED;
}
</style>
background-color css
<style>
a { background-color: #C261ED; }
a { background-color: rgb(194,97,237); }
div.DivClassName
{
background-color: #C261ED;
}
.BgClassName
{
background-color: #C261ED;
}
</style>
border-color css
<style>
span { border-color: #C261ED; }
span { border-color: rgb(194,97,237); }
td.TdClassName
{
border-color: #C261ED;
}
.TagClassName
{
border-color: #C261ED;
}
</style>