Shades of Medium Orchid #CB50ED
Tints of Medium Orchid #CB50ED
RGB
CMYK
RGB Variations
Color information
#CB50ED (or 0xCB50ED) is known color: Medium Orchid. HEX triplet: CB, 50 and ED. RGB value is (203,80,237). Sum of RGB (Red+Green+Blue) = 203+80+237=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50ED is #34AF12. Grayscale: #868686. Windows color (decimal): -3452691 or 15552715. OLE color: 15552715.
HSL color Cylindrical-coordinate representation of color #CB50ED: hue angle of 287.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB50ED is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 80 | 237 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.01º | 0.81% | 0.62% | - |
| HSV(B) | 287.01º | 0.66% | 0.93% | - |
| XYZ | 42.78 | 24.55 | 82.6 | - |
| YUV | 134.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 237 | 0.14 | 0.66 | 0 | 0.07 | 287.01 | 0.81 | 0.62 |
| Hex | CB | 50 | ED | E | 42 | 0 | 7 | 11F | 51 | 3E |
| Octal | 313 | 120 | 355 | 16 | 102 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001011 | 1010000 | 11101101 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CB50ED
Complementary color
Monochromatic Colors of #CB50ED
Black with #CB50ED
Text Example
Text Example
White with #CB50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50ED; }
p { color: rgb(203,80,237); }
H1.HeaderClassName
{
color: #CB50ED;
}
.AnyTagClassName
{
color: #CB50ED;
}
</style>
background-color css
<style>
a { background-color: #CB50ED; }
a { background-color: rgb(203,80,237); }
div.DivClassName
{
background-color: #CB50ED;
}
.BgClassName
{
background-color: #CB50ED;
}
</style>
border-color css
<style>
span { border-color: #CB50ED; }
span { border-color: rgb(203,80,237); }
td.TdClassName
{
border-color: #CB50ED;
}
.TagClassName
{
border-color: #CB50ED;
}
</style>