Shades of Medium Orchid #CB61EC
Tints of Medium Orchid #CB61EC
RGB
CMYK
RGB Variations
Color information
#CB61EC (or 0xCB61EC) is known color: Medium Orchid. HEX triplet: CB, 61 and EC. RGB value is (203,97,236). Sum of RGB (Red+Green+Blue) = 203+97+236=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61EC is #349E13. Grayscale: #909090. Windows color (decimal): -3448340 or 15491531. OLE color: 15491531.
HSL color Cylindrical-coordinate representation of color #CB61EC: hue angle of 285.76º degrees, saturation: 0.79, 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 #CB61EC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 97 | 236 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.07 |
| HSL | 285.76º | 0.79% | 0.65% | - |
| HSV(B) | 285.76º | 0.59% | 0.93% | - |
| XYZ | 44.04 | 27.3 | 82.31 | - |
| YUV | 144.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 236 | 0.14 | 0.59 | 0 | 0.07 | 285.76 | 0.79 | 0.65 |
| Hex | CB | 61 | EC | E | 3B | 0 | 7 | 11E | 4F | 41 |
| Octal | 313 | 141 | 354 | 16 | 73 | 0 | 7 | 436 | 117 | 101 |
| Binary | 11001011 | 1100001 | 11101100 | 1110 | 111011 | 0 | 111 | 100011110 | 1001111 | 1000001 |
Color Harmonies of #CB61EC
Complementary color
Monochromatic Colors of #CB61EC
Black with #CB61EC
Text Example
Text Example
White with #CB61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61EC; }
p { color: rgb(203,97,236); }
H1.HeaderClassName
{
color: #CB61EC;
}
.AnyTagClassName
{
color: #CB61EC;
}
</style>
background-color css
<style>
a { background-color: #CB61EC; }
a { background-color: rgb(203,97,236); }
div.DivClassName
{
background-color: #CB61EC;
}
.BgClassName
{
background-color: #CB61EC;
}
</style>
border-color css
<style>
span { border-color: #CB61EC; }
span { border-color: rgb(203,97,236); }
td.TdClassName
{
border-color: #CB61EC;
}
.TagClassName
{
border-color: #CB61EC;
}
</style>