Shades of Medium Orchid #CB51DB
Tints of Medium Orchid #CB51DB
RGB
CMYK
RGB Variations
Color information
#CB51DB (or 0xCB51DB) is known color: Medium Orchid. HEX triplet: CB, 51 and DB. RGB value is (203,81,219). Sum of RGB (Red+Green+Blue) = 203+81+219=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DB is #34AE24. Grayscale: #848484. Windows color (decimal): -3452453 or 14373323. OLE color: 14373323.
HSL color Cylindrical-coordinate representation of color #CB51DB: hue angle of 293.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB51DB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 81 | 219 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.14 |
| HSL | 293.04º | 0.66% | 0.59% | - |
| HSV(B) | 293.04º | 0.63% | 0.86% | - |
| XYZ | 40.36 | 23.7 | 69.46 | - |
| YUV | 133.21 | 176.42 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 219 | 0.07 | 0.63 | 0 | 0.14 | 293.04 | 0.66 | 0.59 |
| Hex | CB | 51 | DB | 7 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 313 | 121 | 333 | 7 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001011 | 1010001 | 11011011 | 111 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CB51DB
Complementary color
Monochromatic Colors of #CB51DB
Black with #CB51DB
Text Example
Text Example
White with #CB51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51DB; }
p { color: rgb(203,81,219); }
H1.HeaderClassName
{
color: #CB51DB;
}
.AnyTagClassName
{
color: #CB51DB;
}
</style>
background-color css
<style>
a { background-color: #CB51DB; }
a { background-color: rgb(203,81,219); }
div.DivClassName
{
background-color: #CB51DB;
}
.BgClassName
{
background-color: #CB51DB;
}
</style>
border-color css
<style>
span { border-color: #CB51DB; }
span { border-color: rgb(203,81,219); }
td.TdClassName
{
border-color: #CB51DB;
}
.TagClassName
{
border-color: #CB51DB;
}
</style>