Shades of Medium Orchid #CB51D6
Tints of Medium Orchid #CB51D6
RGB
CMYK
RGB Variations
Color information
#CB51D6 (or 0xCB51D6) is known color: Medium Orchid. HEX triplet: CB, 51 and D6. RGB value is (203,81,214). Sum of RGB (Red+Green+Blue) = 203+81+214=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB51D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51D6 is #34AE29. Grayscale: #848484. Windows color (decimal): -3452458 or 14045643. OLE color: 14045643.
HSL color Cylindrical-coordinate representation of color #CB51D6: hue angle of 295.04º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB51D6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 81 | 214 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.16 |
| HSL | 295.04º | 0.62% | 0.58% | - |
| HSV(B) | 295.04º | 0.62% | 0.84% | - |
| XYZ | 39.71 | 23.44 | 66.05 | - |
| YUV | 132.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 214 | 0.05 | 0.62 | 0 | 0.16 | 295.04 | 0.62 | 0.58 |
| Hex | CB | 51 | D6 | 5 | 3E | 0 | 10 | 127 | 3E | 3A |
| Octal | 313 | 121 | 326 | 5 | 76 | 0 | 20 | 447 | 76 | 72 |
| Binary | 11001011 | 1010001 | 11010110 | 101 | 111110 | 0 | 10000 | 100100111 | 111110 | 111010 |
Color Harmonies of #CB51D6
Complementary color
Monochromatic Colors of #CB51D6
Black with #CB51D6
Text Example
Text Example
White with #CB51D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51D6; }
p { color: rgb(203,81,214); }
H1.HeaderClassName
{
color: #CB51D6;
}
.AnyTagClassName
{
color: #CB51D6;
}
</style>
background-color css
<style>
a { background-color: #CB51D6; }
a { background-color: rgb(203,81,214); }
div.DivClassName
{
background-color: #CB51D6;
}
.BgClassName
{
background-color: #CB51D6;
}
</style>
border-color css
<style>
span { border-color: #CB51D6; }
span { border-color: rgb(203,81,214); }
td.TdClassName
{
border-color: #CB51D6;
}
.TagClassName
{
border-color: #CB51D6;
}
</style>