Shades of Medium Orchid #C261EA
Tints of Medium Orchid #C261EA
RGB
CMYK
RGB Variations
Color information
#C261EA (or 0xC261EA) is known color: Medium Orchid. HEX triplet: C2, 61 and EA. RGB value is (194,97,234). Sum of RGB (Red+Green+Blue) = 194+97+234=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #C261EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261EA is #3D9E15. Grayscale: #8D8D8D. Windows color (decimal): -4038166 or 15360450. OLE color: 15360450.
HSL color Cylindrical-coordinate representation of color #C261EA: hue angle of 282.48º degrees, saturation: 0.77, 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 #C261EA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 97 | 234 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.08 |
| HSL | 282.48º | 0.77% | 0.65% | - |
| HSV(B) | 282.48º | 0.59% | 0.92% | - |
| XYZ | 41.37 | 25.96 | 80.67 | - |
| YUV | 141.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 234 | 0.17 | 0.59 | 0 | 0.08 | 282.48 | 0.77 | 0.65 |
| Hex | C2 | 61 | EA | 11 | 3B | 0 | 8 | 11A | 4D | 41 |
| Octal | 302 | 141 | 352 | 21 | 73 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000010 | 1100001 | 11101010 | 10001 | 111011 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C261EA
Complementary color
Monochromatic Colors of #C261EA
Black with #C261EA
Text Example
Text Example
White with #C261EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261EA; }
p { color: rgb(194,97,234); }
H1.HeaderClassName
{
color: #C261EA;
}
.AnyTagClassName
{
color: #C261EA;
}
</style>
background-color css
<style>
a { background-color: #C261EA; }
a { background-color: rgb(194,97,234); }
div.DivClassName
{
background-color: #C261EA;
}
.BgClassName
{
background-color: #C261EA;
}
</style>
border-color css
<style>
span { border-color: #C261EA; }
span { border-color: rgb(194,97,234); }
td.TdClassName
{
border-color: #C261EA;
}
.TagClassName
{
border-color: #C261EA;
}
</style>