Shades of Medium Orchid #CB50D6
Tints of Medium Orchid #CB50D6
RGB
CMYK
RGB Variations
Color information
#CB50D6 (or 0xCB50D6) is known color: Medium Orchid. HEX triplet: CB, 50 and D6. RGB value is (203,80,214). Sum of RGB (Red+Green+Blue) = 203+80+214=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50D6 is #34AF29. Grayscale: #838383. Windows color (decimal): -3452714 or 14045387. OLE color: 14045387.
HSL color Cylindrical-coordinate representation of color #CB50D6: hue angle of 295.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB50D6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 80 | 214 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.16 |
| HSL | 295.07º | 0.62% | 0.58% | - |
| HSV(B) | 295.07º | 0.63% | 0.84% | - |
| XYZ | 39.63 | 23.29 | 66.02 | - |
| YUV | 132.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 214 | 0.05 | 0.63 | 0 | 0.16 | 295.07 | 0.62 | 0.58 |
| Hex | CB | 50 | D6 | 5 | 3F | 0 | 10 | 127 | 3E | 3A |
| Octal | 313 | 120 | 326 | 5 | 77 | 0 | 20 | 447 | 76 | 72 |
| Binary | 11001011 | 1010000 | 11010110 | 101 | 111111 | 0 | 10000 | 100100111 | 111110 | 111010 |
Color Harmonies of #CB50D6
Complementary color
Monochromatic Colors of #CB50D6
Black with #CB50D6
Text Example
Text Example
White with #CB50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50D6; }
p { color: rgb(203,80,214); }
H1.HeaderClassName
{
color: #CB50D6;
}
.AnyTagClassName
{
color: #CB50D6;
}
</style>
background-color css
<style>
a { background-color: #CB50D6; }
a { background-color: rgb(203,80,214); }
div.DivClassName
{
background-color: #CB50D6;
}
.BgClassName
{
background-color: #CB50D6;
}
</style>
border-color css
<style>
span { border-color: #CB50D6; }
span { border-color: rgb(203,80,214); }
td.TdClassName
{
border-color: #CB50D6;
}
.TagClassName
{
border-color: #CB50D6;
}
</style>