Shades of Medium Orchid #CB51D8
Tints of Medium Orchid #CB51D8
RGB
CMYK
RGB Variations
Color information
#CB51D8 (or 0xCB51D8) is known color: Medium Orchid. HEX triplet: CB, 51 and D8. RGB value is (203,81,216). Sum of RGB (Red+Green+Blue) = 203+81+216=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51D8 is #34AE27. Grayscale: #848484. Windows color (decimal): -3452456 or 14176715. OLE color: 14176715.
HSL color Cylindrical-coordinate representation of color #CB51D8: hue angle of 294.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB51D8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 81 | 216 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.15 |
| HSL | 294.22º | 0.63% | 0.58% | - |
| HSV(B) | 294.22º | 0.63% | 0.85% | - |
| XYZ | 39.97 | 23.54 | 67.4 | - |
| YUV | 132.87 | 174.92 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 216 | 0.06 | 0.62 | 0 | 0.15 | 294.22 | 0.63 | 0.58 |
| Hex | CB | 51 | D8 | 6 | 3E | 0 | F | 126 | 3F | 3A |
| Octal | 313 | 121 | 330 | 6 | 76 | 0 | 17 | 446 | 77 | 72 |
| Binary | 11001011 | 1010001 | 11011000 | 110 | 111110 | 0 | 1111 | 100100110 | 111111 | 111010 |
Color Harmonies of #CB51D8
Complementary color
Monochromatic Colors of #CB51D8
Black with #CB51D8
Text Example
Text Example
White with #CB51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51D8; }
p { color: rgb(203,81,216); }
H1.HeaderClassName
{
color: #CB51D8;
}
.AnyTagClassName
{
color: #CB51D8;
}
</style>
background-color css
<style>
a { background-color: #CB51D8; }
a { background-color: rgb(203,81,216); }
div.DivClassName
{
background-color: #CB51D8;
}
.BgClassName
{
background-color: #CB51D8;
}
</style>
border-color css
<style>
span { border-color: #CB51D8; }
span { border-color: rgb(203,81,216); }
td.TdClassName
{
border-color: #CB51D8;
}
.TagClassName
{
border-color: #CB51D8;
}
</style>