Shades of Medium Orchid #CB30EE
Tints of Medium Orchid #CB30EE
RGB
CMYK
RGB Variations
Color information
#CB30EE (or 0xCB30EE) is known color: Medium Orchid. HEX triplet: CB, 30 and EE. RGB value is (203,48,238). Sum of RGB (Red+Green+Blue) = 203+48+238=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30EE is #34CF11. Grayscale: #737373. Windows color (decimal): -3460882 or 15610059. OLE color: 15610059.
HSL color Cylindrical-coordinate representation of color #CB30EE: hue angle of 288.95º degrees, saturation: 0.85, 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 #CB30EE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 48 | 238 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.07 |
| HSL | 288.95º | 0.85% | 0.56% | - |
| HSV(B) | 288.95º | 0.8% | 0.93% | - |
| XYZ | 41.12 | 20.98 | 82.77 | - |
| YUV | 116.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 238 | 0.15 | 0.80 | 0 | 0.07 | 288.95 | 0.85 | 0.56 |
| Hex | CB | 30 | EE | F | 50 | 0 | 7 | 121 | 55 | 38 |
| Octal | 313 | 60 | 356 | 17 | 120 | 0 | 7 | 441 | 125 | 70 |
| Binary | 11001011 | 110000 | 11101110 | 1111 | 1010000 | 0 | 111 | 100100001 | 1010101 | 111000 |
Color Harmonies of #CB30EE
Complementary color
Monochromatic Colors of #CB30EE
Black with #CB30EE
Text Example
Text Example
White with #CB30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30EE; }
p { color: rgb(203,48,238); }
H1.HeaderClassName
{
color: #CB30EE;
}
.AnyTagClassName
{
color: #CB30EE;
}
</style>
background-color css
<style>
a { background-color: #CB30EE; }
a { background-color: rgb(203,48,238); }
div.DivClassName
{
background-color: #CB30EE;
}
.BgClassName
{
background-color: #CB30EE;
}
</style>
border-color css
<style>
span { border-color: #CB30EE; }
span { border-color: rgb(203,48,238); }
td.TdClassName
{
border-color: #CB30EE;
}
.TagClassName
{
border-color: #CB30EE;
}
</style>