Shades of Medium Orchid #CB4FDB
Tints of Medium Orchid #CB4FDB
RGB
CMYK
RGB Variations
Color information
#CB4FDB (or 0xCB4FDB) is known color: Medium Orchid. HEX triplet: CB, 4F and DB. RGB value is (203,79,219). Sum of RGB (Red+Green+Blue) = 203+79+219=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FDB is #34B024. Grayscale: #838383. Windows color (decimal): -3452965 or 14372811. OLE color: 14372811.
HSL color Cylindrical-coordinate representation of color #CB4FDB: hue angle of 293.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4FDB is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 79 | 219 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.14 |
| HSL | 293.14º | 0.66% | 0.58% | - |
| HSV(B) | 293.14º | 0.64% | 0.86% | - |
| XYZ | 40.21 | 23.4 | 69.42 | - |
| YUV | 132.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 219 | 0.07 | 0.64 | 0 | 0.14 | 293.14 | 0.66 | 0.58 |
| Hex | CB | 4F | DB | 7 | 40 | 0 | E | 125 | 42 | 3A |
| Octal | 313 | 117 | 333 | 7 | 100 | 0 | 16 | 445 | 102 | 72 |
| Binary | 11001011 | 1001111 | 11011011 | 111 | 1000000 | 0 | 1110 | 100100101 | 1000010 | 111010 |
Color Harmonies of #CB4FDB
Complementary color
Monochromatic Colors of #CB4FDB
Black with #CB4FDB
Text Example
Text Example
White with #CB4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FDB; }
p { color: rgb(203,79,219); }
H1.HeaderClassName
{
color: #CB4FDB;
}
.AnyTagClassName
{
color: #CB4FDB;
}
</style>
background-color css
<style>
a { background-color: #CB4FDB; }
a { background-color: rgb(203,79,219); }
div.DivClassName
{
background-color: #CB4FDB;
}
.BgClassName
{
background-color: #CB4FDB;
}
</style>
border-color css
<style>
span { border-color: #CB4FDB; }
span { border-color: rgb(203,79,219); }
td.TdClassName
{
border-color: #CB4FDB;
}
.TagClassName
{
border-color: #CB4FDB;
}
</style>