Shades of Medium Orchid #CB3CDB
Tints of Medium Orchid #CB3CDB
RGB
CMYK
RGB Variations
Color information
#CB3CDB (or 0xCB3CDB) is known color: Medium Orchid. HEX triplet: CB, 3C and DB. RGB value is (203,60,219). Sum of RGB (Red+Green+Blue) = 203+60+219=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3CDB is #34C324. Grayscale: #787878. Windows color (decimal): -3457829 or 14367947. OLE color: 14367947.
HSL color Cylindrical-coordinate representation of color #CB3CDB: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3CDB is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 60 | 219 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.14 |
| HSL | 293.96º | 0.69% | 0.55% | - |
| HSV(B) | 293.96º | 0.73% | 0.86% | - |
| XYZ | 39.03 | 21.04 | 69.02 | - |
| YUV | 120.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 219 | 0.07 | 0.73 | 0 | 0.14 | 293.96 | 0.69 | 0.55 |
| Hex | CB | 3C | DB | 7 | 49 | 0 | E | 126 | 45 | 37 |
| Octal | 313 | 74 | 333 | 7 | 111 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001011 | 111100 | 11011011 | 111 | 1001001 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CB3CDB
Complementary color
Monochromatic Colors of #CB3CDB
Black with #CB3CDB
Text Example
Text Example
White with #CB3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CDB; }
p { color: rgb(203,60,219); }
H1.HeaderClassName
{
color: #CB3CDB;
}
.AnyTagClassName
{
color: #CB3CDB;
}
</style>
background-color css
<style>
a { background-color: #CB3CDB; }
a { background-color: rgb(203,60,219); }
div.DivClassName
{
background-color: #CB3CDB;
}
.BgClassName
{
background-color: #CB3CDB;
}
</style>
border-color css
<style>
span { border-color: #CB3CDB; }
span { border-color: rgb(203,60,219); }
td.TdClassName
{
border-color: #CB3CDB;
}
.TagClassName
{
border-color: #CB3CDB;
}
</style>