Shades of Medium Orchid #CB51EC
Tints of Medium Orchid #CB51EC
RGB
CMYK
RGB Variations
Color information
#CB51EC (or 0xCB51EC) is known color: Medium Orchid. HEX triplet: CB, 51 and EC. RGB value is (203,81,236). Sum of RGB (Red+Green+Blue) = 203+81+236=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51EC is #34AE13. Grayscale: #868686. Windows color (decimal): -3452436 or 15487435. OLE color: 15487435.
HSL color Cylindrical-coordinate representation of color #CB51EC: hue angle of 287.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB51EC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 81 | 236 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.23º | 0.8% | 0.62% | - |
| HSV(B) | 287.23º | 0.66% | 0.93% | - |
| XYZ | 42.71 | 24.64 | 81.86 | - |
| YUV | 135.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 236 | 0.14 | 0.66 | 0 | 0.07 | 287.23 | 0.8 | 0.62 |
| Hex | CB | 51 | EC | E | 42 | 0 | 7 | 11F | 50 | 3E |
| Octal | 313 | 121 | 354 | 16 | 102 | 0 | 7 | 437 | 120 | 76 |
| Binary | 11001011 | 1010001 | 11101100 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010000 | 111110 |
Color Harmonies of #CB51EC
Complementary color
Monochromatic Colors of #CB51EC
Black with #CB51EC
Text Example
Text Example
White with #CB51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51EC; }
p { color: rgb(203,81,236); }
H1.HeaderClassName
{
color: #CB51EC;
}
.AnyTagClassName
{
color: #CB51EC;
}
</style>
background-color css
<style>
a { background-color: #CB51EC; }
a { background-color: rgb(203,81,236); }
div.DivClassName
{
background-color: #CB51EC;
}
.BgClassName
{
background-color: #CB51EC;
}
</style>
border-color css
<style>
span { border-color: #CB51EC; }
span { border-color: rgb(203,81,236); }
td.TdClassName
{
border-color: #CB51EC;
}
.TagClassName
{
border-color: #CB51EC;
}
</style>