Shades of Medium Orchid #CB3BED
Tints of Medium Orchid #CB3BED
RGB
CMYK
RGB Variations
Color information
#CB3BED (or 0xCB3BED) is known color: Medium Orchid. HEX triplet: CB, 3B and ED. RGB value is (203,59,237). Sum of RGB (Red+Green+Blue) = 203+59+237=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BED is #34C412. Grayscale: #797979. Windows color (decimal): -3458067 or 15547339. OLE color: 15547339.
HSL color Cylindrical-coordinate representation of color #CB3BED: hue angle of 288.54º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3BED is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 59 | 237 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 288.54º | 0.83% | 0.58% | - |
| HSV(B) | 288.54º | 0.75% | 0.93% | - |
| XYZ | 41.48 | 21.94 | 82.17 | - |
| YUV | 122.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 237 | 0.14 | 0.75 | 0 | 0.07 | 288.54 | 0.83 | 0.58 |
| Hex | CB | 3B | ED | E | 4B | 0 | 7 | 121 | 53 | 3A |
| Octal | 313 | 73 | 355 | 16 | 113 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001011 | 111011 | 11101101 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CB3BED
Complementary color
Monochromatic Colors of #CB3BED
Black with #CB3BED
Text Example
Text Example
White with #CB3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BED; }
p { color: rgb(203,59,237); }
H1.HeaderClassName
{
color: #CB3BED;
}
.AnyTagClassName
{
color: #CB3BED;
}
</style>
background-color css
<style>
a { background-color: #CB3BED; }
a { background-color: rgb(203,59,237); }
div.DivClassName
{
background-color: #CB3BED;
}
.BgClassName
{
background-color: #CB3BED;
}
</style>
border-color css
<style>
span { border-color: #CB3BED; }
span { border-color: rgb(203,59,237); }
td.TdClassName
{
border-color: #CB3BED;
}
.TagClassName
{
border-color: #CB3BED;
}
</style>