Shades of Medium Orchid #CB2FEE
Tints of Medium Orchid #CB2FEE
RGB
CMYK
RGB Variations
Color information
#CB2FEE (or 0xCB2FEE) is known color: Medium Orchid. HEX triplet: CB, 2F and EE. RGB value is (203,47,238). Sum of RGB (Red+Green+Blue) = 203+47+238=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FEE is #34D011. Grayscale: #727272. Windows color (decimal): -3461138 or 15609803. OLE color: 15609803.
HSL color Cylindrical-coordinate representation of color #CB2FEE: hue angle of 289.01º 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 #CB2FEE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 47 | 238 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.07 |
| HSL | 289.01º | 0.85% | 0.56% | - |
| HSV(B) | 289.01º | 0.8% | 0.93% | - |
| XYZ | 41.08 | 20.9 | 82.76 | - |
| YUV | 115.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 238 | 0.15 | 0.80 | 0 | 0.07 | 289.01 | 0.85 | 0.56 |
| Hex | CB | 2F | EE | F | 50 | 0 | 7 | 121 | 55 | 38 |
| Octal | 313 | 57 | 356 | 17 | 120 | 0 | 7 | 441 | 125 | 70 |
| Binary | 11001011 | 101111 | 11101110 | 1111 | 1010000 | 0 | 111 | 100100001 | 1010101 | 111000 |
Color Harmonies of #CB2FEE
Complementary color
Monochromatic Colors of #CB2FEE
Black with #CB2FEE
Text Example
Text Example
White with #CB2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FEE; }
p { color: rgb(203,47,238); }
H1.HeaderClassName
{
color: #CB2FEE;
}
.AnyTagClassName
{
color: #CB2FEE;
}
</style>
background-color css
<style>
a { background-color: #CB2FEE; }
a { background-color: rgb(203,47,238); }
div.DivClassName
{
background-color: #CB2FEE;
}
.BgClassName
{
background-color: #CB2FEE;
}
</style>
border-color css
<style>
span { border-color: #CB2FEE; }
span { border-color: rgb(203,47,238); }
td.TdClassName
{
border-color: #CB2FEE;
}
.TagClassName
{
border-color: #CB2FEE;
}
</style>