Shades of Medium Orchid #CB3BEF
Tints of Medium Orchid #CB3BEF
RGB
CMYK
RGB Variations
Color information
#CB3BEF (or 0xCB3BEF) is known color: Medium Orchid. HEX triplet: CB, 3B and EF. RGB value is (203,59,239). Sum of RGB (Red+Green+Blue) = 203+59+239=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BEF is #34C410. Grayscale: #7A7A7A. Windows color (decimal): -3458065 or 15678411. OLE color: 15678411.
HSL color Cylindrical-coordinate representation of color #CB3BEF: hue angle of 288º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3BEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 59 | 239 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 288º | 0.85% | 0.58% | - |
| HSV(B) | 288º | 0.75% | 0.94% | - |
| XYZ | 41.77 | 22.06 | 83.72 | - |
| YUV | 122.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 239 | 0.15 | 0.75 | 0 | 0.06 | 288 | 0.85 | 0.58 |
| Hex | CB | 3B | EF | F | 4B | 0 | 6 | 120 | 55 | 3A |
| Octal | 313 | 73 | 357 | 17 | 113 | 0 | 6 | 440 | 125 | 72 |
| Binary | 11001011 | 111011 | 11101111 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010101 | 111010 |
Color Harmonies of #CB3BEF
Complementary color
Monochromatic Colors of #CB3BEF
Black with #CB3BEF
Text Example
Text Example
White with #CB3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BEF; }
p { color: rgb(203,59,239); }
H1.HeaderClassName
{
color: #CB3BEF;
}
.AnyTagClassName
{
color: #CB3BEF;
}
</style>
background-color css
<style>
a { background-color: #CB3BEF; }
a { background-color: rgb(203,59,239); }
div.DivClassName
{
background-color: #CB3BEF;
}
.BgClassName
{
background-color: #CB3BEF;
}
</style>
border-color css
<style>
span { border-color: #CB3BEF; }
span { border-color: rgb(203,59,239); }
td.TdClassName
{
border-color: #CB3BEF;
}
.TagClassName
{
border-color: #CB3BEF;
}
</style>