Shades of Medium Orchid #CB2FEC
Tints of Medium Orchid #CB2FEC
RGB
CMYK
RGB Variations
Color information
#CB2FEC (or 0xCB2FEC) is known color: Medium Orchid. HEX triplet: CB, 2F and EC. RGB value is (203,47,236). Sum of RGB (Red+Green+Blue) = 203+47+236=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FEC is #34D013. Grayscale: #727272. Windows color (decimal): -3461140 or 15478731. OLE color: 15478731.
HSL color Cylindrical-coordinate representation of color #CB2FEC: hue angle of 289.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2FEC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 47 | 236 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.52º | 0.83% | 0.55% | - |
| HSV(B) | 289.52º | 0.8% | 0.93% | - |
| XYZ | 40.79 | 20.79 | 81.22 | - |
| YUV | 115.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 236 | 0.14 | 0.80 | 0 | 0.07 | 289.52 | 0.83 | 0.55 |
| Hex | CB | 2F | EC | E | 50 | 0 | 7 | 122 | 53 | 37 |
| Octal | 313 | 57 | 354 | 16 | 120 | 0 | 7 | 442 | 123 | 67 |
| Binary | 11001011 | 101111 | 11101100 | 1110 | 1010000 | 0 | 111 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2FEC
Complementary color
Monochromatic Colors of #CB2FEC
Black with #CB2FEC
Text Example
Text Example
White with #CB2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FEC; }
p { color: rgb(203,47,236); }
H1.HeaderClassName
{
color: #CB2FEC;
}
.AnyTagClassName
{
color: #CB2FEC;
}
</style>
background-color css
<style>
a { background-color: #CB2FEC; }
a { background-color: rgb(203,47,236); }
div.DivClassName
{
background-color: #CB2FEC;
}
.BgClassName
{
background-color: #CB2FEC;
}
</style>
border-color css
<style>
span { border-color: #CB2FEC; }
span { border-color: rgb(203,47,236); }
td.TdClassName
{
border-color: #CB2FEC;
}
.TagClassName
{
border-color: #CB2FEC;
}
</style>