Shades of Medium Orchid #CB50F1
Tints of Medium Orchid #CB50F1
RGB
CMYK
RGB Variations
Color information
#CB50F1 (or 0xCB50F1) is known color: Medium Orchid. HEX triplet: CB, 50 and F1. RGB value is (203,80,241). Sum of RGB (Red+Green+Blue) = 203+80+241=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50F1 is #34AF0E. Grayscale: #868686. Windows color (decimal): -3452687 or 15814859. OLE color: 15814859.
HSL color Cylindrical-coordinate representation of color #CB50F1: hue angle of 285.84º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB50F1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 80 | 241 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.05 |
| HSL | 285.84º | 0.85% | 0.63% | - |
| HSV(B) | 285.84º | 0.67% | 0.95% | - |
| XYZ | 43.37 | 24.78 | 85.72 | - |
| YUV | 135.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 241 | 0.16 | 0.67 | 0 | 0.05 | 285.84 | 0.85 | 0.63 |
| Hex | CB | 50 | F1 | 10 | 43 | 0 | 5 | 11E | 55 | 3F |
| Octal | 313 | 120 | 361 | 20 | 103 | 0 | 5 | 436 | 125 | 77 |
| Binary | 11001011 | 1010000 | 11110001 | 10000 | 1000011 | 0 | 101 | 100011110 | 1010101 | 111111 |
Color Harmonies of #CB50F1
Complementary color
Monochromatic Colors of #CB50F1
Black with #CB50F1
Text Example
Text Example
White with #CB50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50F1; }
p { color: rgb(203,80,241); }
H1.HeaderClassName
{
color: #CB50F1;
}
.AnyTagClassName
{
color: #CB50F1;
}
</style>
background-color css
<style>
a { background-color: #CB50F1; }
a { background-color: rgb(203,80,241); }
div.DivClassName
{
background-color: #CB50F1;
}
.BgClassName
{
background-color: #CB50F1;
}
</style>
border-color css
<style>
span { border-color: #CB50F1; }
span { border-color: rgb(203,80,241); }
td.TdClassName
{
border-color: #CB50F1;
}
.TagClassName
{
border-color: #CB50F1;
}
</style>