Shades of Medium Orchid #CB30EC
Tints of Medium Orchid #CB30EC
RGB
CMYK
RGB Variations
Color information
#CB30EC (or 0xCB30EC) is known color: Medium Orchid. HEX triplet: CB, 30 and EC. RGB value is (203,48,236). Sum of RGB (Red+Green+Blue) = 203+48+236=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30EC is #34CF13. Grayscale: #737373. Windows color (decimal): -3460884 or 15478987. OLE color: 15478987.
HSL color Cylindrical-coordinate representation of color #CB30EC: hue angle of 289.47º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30EC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 48 | 236 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.47º | 0.83% | 0.56% | - |
| HSV(B) | 289.47º | 0.8% | 0.93% | - |
| XYZ | 40.83 | 20.87 | 81.23 | - |
| YUV | 115.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 236 | 0.14 | 0.80 | 0 | 0.07 | 289.47 | 0.83 | 0.56 |
| Hex | CB | 30 | EC | E | 50 | 0 | 7 | 121 | 53 | 38 |
| Octal | 313 | 60 | 354 | 16 | 120 | 0 | 7 | 441 | 123 | 70 |
| Binary | 11001011 | 110000 | 11101100 | 1110 | 1010000 | 0 | 111 | 100100001 | 1010011 | 111000 |
Color Harmonies of #CB30EC
Complementary color
Monochromatic Colors of #CB30EC
Black with #CB30EC
Text Example
Text Example
White with #CB30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30EC; }
p { color: rgb(203,48,236); }
H1.HeaderClassName
{
color: #CB30EC;
}
.AnyTagClassName
{
color: #CB30EC;
}
</style>
background-color css
<style>
a { background-color: #CB30EC; }
a { background-color: rgb(203,48,236); }
div.DivClassName
{
background-color: #CB30EC;
}
.BgClassName
{
background-color: #CB30EC;
}
</style>
border-color css
<style>
span { border-color: #CB30EC; }
span { border-color: rgb(203,48,236); }
td.TdClassName
{
border-color: #CB30EC;
}
.TagClassName
{
border-color: #CB30EC;
}
</style>