Shades of Medium Orchid #CB50D7
Tints of Medium Orchid #CB50D7
RGB
CMYK
RGB Variations
Color information
#CB50D7 (or 0xCB50D7) is known color: Medium Orchid. HEX triplet: CB, 50 and D7. RGB value is (203,80,215). Sum of RGB (Red+Green+Blue) = 203+80+215=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50D7 is #34AF28. Grayscale: #838383. Windows color (decimal): -3452713 or 14110923. OLE color: 14110923.
HSL color Cylindrical-coordinate representation of color #CB50D7: hue angle of 294.67º degrees, saturation: 0.63, 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 #CB50D7 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 80 | 215 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.16 |
| HSL | 294.67º | 0.63% | 0.58% | - |
| HSV(B) | 294.67º | 0.63% | 0.84% | - |
| XYZ | 39.76 | 23.34 | 66.7 | - |
| YUV | 132.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 215 | 0.06 | 0.63 | 0 | 0.16 | 294.67 | 0.63 | 0.58 |
| Hex | CB | 50 | D7 | 6 | 3F | 0 | 10 | 127 | 3F | 3A |
| Octal | 313 | 120 | 327 | 6 | 77 | 0 | 20 | 447 | 77 | 72 |
| Binary | 11001011 | 1010000 | 11010111 | 110 | 111111 | 0 | 10000 | 100100111 | 111111 | 111010 |
Color Harmonies of #CB50D7
Complementary color
Monochromatic Colors of #CB50D7
Black with #CB50D7
Text Example
Text Example
White with #CB50D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50D7; }
p { color: rgb(203,80,215); }
H1.HeaderClassName
{
color: #CB50D7;
}
.AnyTagClassName
{
color: #CB50D7;
}
</style>
background-color css
<style>
a { background-color: #CB50D7; }
a { background-color: rgb(203,80,215); }
div.DivClassName
{
background-color: #CB50D7;
}
.BgClassName
{
background-color: #CB50D7;
}
</style>
border-color css
<style>
span { border-color: #CB50D7; }
span { border-color: rgb(203,80,215); }
td.TdClassName
{
border-color: #CB50D7;
}
.TagClassName
{
border-color: #CB50D7;
}
</style>