Shades of Medium Orchid #C261EF
Tints of Medium Orchid #C261EF
RGB
CMYK
RGB Variations
Color information
#C261EF (or 0xC261EF) is known color: Medium Orchid. HEX triplet: C2, 61 and EF. RGB value is (194,97,239). Sum of RGB (Red+Green+Blue) = 194+97+239=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C261EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261EF is #3D9E10. Grayscale: #8D8D8D. Windows color (decimal): -4038161 or 15688130. OLE color: 15688130.
HSL color Cylindrical-coordinate representation of color #C261EF: hue angle of 280.99º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C261EF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 97 | 239 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.06 |
| HSL | 280.99º | 0.82% | 0.66% | - |
| HSV(B) | 280.99º | 0.59% | 0.94% | - |
| XYZ | 42.1 | 26.25 | 84.51 | - |
| YUV | 142.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 239 | 0.19 | 0.59 | 0 | 0.06 | 280.99 | 0.82 | 0.66 |
| Hex | C2 | 61 | EF | 13 | 3B | 0 | 6 | 119 | 52 | 42 |
| Octal | 302 | 141 | 357 | 23 | 73 | 0 | 6 | 431 | 122 | 102 |
| Binary | 11000010 | 1100001 | 11101111 | 10011 | 111011 | 0 | 110 | 100011001 | 1010010 | 1000010 |
Color Harmonies of #C261EF
Complementary color
Monochromatic Colors of #C261EF
Black with #C261EF
Text Example
Text Example
White with #C261EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261EF; }
p { color: rgb(194,97,239); }
H1.HeaderClassName
{
color: #C261EF;
}
.AnyTagClassName
{
color: #C261EF;
}
</style>
background-color css
<style>
a { background-color: #C261EF; }
a { background-color: rgb(194,97,239); }
div.DivClassName
{
background-color: #C261EF;
}
.BgClassName
{
background-color: #C261EF;
}
</style>
border-color css
<style>
span { border-color: #C261EF; }
span { border-color: rgb(194,97,239); }
td.TdClassName
{
border-color: #C261EF;
}
.TagClassName
{
border-color: #C261EF;
}
</style>