Shades of Medium Orchid #CB2FEF
Tints of Medium Orchid #CB2FEF
RGB
CMYK
RGB Variations
Color information
#CB2FEF (or 0xCB2FEF) is known color: Medium Orchid. HEX triplet: CB, 2F and EF. RGB value is (203,47,239). Sum of RGB (Red+Green+Blue) = 203+47+239=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FEF is #34D010. Grayscale: #727272. Windows color (decimal): -3461137 or 15675339. OLE color: 15675339.
HSL color Cylindrical-coordinate representation of color #CB2FEF: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2FEF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 47 | 239 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.06 |
| HSL | 288.75º | 0.86% | 0.56% | - |
| HSV(B) | 288.75º | 0.8% | 0.94% | - |
| XYZ | 41.23 | 20.96 | 83.53 | - |
| YUV | 115.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 239 | 0.15 | 0.80 | 0 | 0.06 | 288.75 | 0.86 | 0.56 |
| Hex | CB | 2F | EF | F | 50 | 0 | 6 | 121 | 56 | 38 |
| Octal | 313 | 57 | 357 | 17 | 120 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001011 | 101111 | 11101111 | 1111 | 1010000 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CB2FEF
Complementary color
Monochromatic Colors of #CB2FEF
Black with #CB2FEF
Text Example
Text Example
White with #CB2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FEF; }
p { color: rgb(203,47,239); }
H1.HeaderClassName
{
color: #CB2FEF;
}
.AnyTagClassName
{
color: #CB2FEF;
}
</style>
background-color css
<style>
a { background-color: #CB2FEF; }
a { background-color: rgb(203,47,239); }
div.DivClassName
{
background-color: #CB2FEF;
}
.BgClassName
{
background-color: #CB2FEF;
}
</style>
border-color css
<style>
span { border-color: #CB2FEF; }
span { border-color: rgb(203,47,239); }
td.TdClassName
{
border-color: #CB2FEF;
}
.TagClassName
{
border-color: #CB2FEF;
}
</style>