Shades of Medium Orchid #CB2FED
Tints of Medium Orchid #CB2FED
RGB
CMYK
RGB Variations
Color information
#CB2FED (or 0xCB2FED) is known color: Medium Orchid. HEX triplet: CB, 2F and ED. RGB value is (203,47,237). Sum of RGB (Red+Green+Blue) = 203+47+237=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FED is #34D012. Grayscale: #727272. Windows color (decimal): -3461139 or 15544267. OLE color: 15544267.
HSL color Cylindrical-coordinate representation of color #CB2FED: hue angle of 289.26º degrees, saturation: 0.84, 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 #CB2FED is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 47 | 237 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.26º | 0.84% | 0.56% | - |
| HSV(B) | 289.26º | 0.8% | 0.93% | - |
| XYZ | 40.93 | 20.84 | 81.99 | - |
| YUV | 115.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 237 | 0.14 | 0.80 | 0 | 0.07 | 289.26 | 0.84 | 0.56 |
| Hex | CB | 2F | ED | E | 50 | 0 | 7 | 121 | 54 | 38 |
| Octal | 313 | 57 | 355 | 16 | 120 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001011 | 101111 | 11101101 | 1110 | 1010000 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CB2FED
Complementary color
Monochromatic Colors of #CB2FED
Black with #CB2FED
Text Example
Text Example
White with #CB2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FED; }
p { color: rgb(203,47,237); }
H1.HeaderClassName
{
color: #CB2FED;
}
.AnyTagClassName
{
color: #CB2FED;
}
</style>
background-color css
<style>
a { background-color: #CB2FED; }
a { background-color: rgb(203,47,237); }
div.DivClassName
{
background-color: #CB2FED;
}
.BgClassName
{
background-color: #CB2FED;
}
</style>
border-color css
<style>
span { border-color: #CB2FED; }
span { border-color: rgb(203,47,237); }
td.TdClassName
{
border-color: #CB2FED;
}
.TagClassName
{
border-color: #CB2FED;
}
</style>