Shades of Medium Orchid #CB4ADB
Tints of Medium Orchid #CB4ADB
RGB
CMYK
RGB Variations
Color information
#CB4ADB (or 0xCB4ADB) is known color: Medium Orchid. HEX triplet: CB, 4A and DB. RGB value is (203,74,219). Sum of RGB (Red+Green+Blue) = 203+74+219=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ADB is #34B524. Grayscale: #808080. Windows color (decimal): -3454245 or 14371531. OLE color: 14371531.
HSL color Cylindrical-coordinate representation of color #CB4ADB: hue angle of 293.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4ADB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 74 | 219 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.14 |
| HSL | 293.38º | 0.67% | 0.57% | - |
| HSV(B) | 293.38º | 0.66% | 0.86% | - |
| XYZ | 39.86 | 22.71 | 69.3 | - |
| YUV | 129.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 219 | 0.07 | 0.66 | 0 | 0.14 | 293.38 | 0.67 | 0.57 |
| Hex | CB | 4A | DB | 7 | 42 | 0 | E | 125 | 43 | 39 |
| Octal | 313 | 112 | 333 | 7 | 102 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001011 | 1001010 | 11011011 | 111 | 1000010 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #CB4ADB
Complementary color
Monochromatic Colors of #CB4ADB
Black with #CB4ADB
Text Example
Text Example
White with #CB4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ADB; }
p { color: rgb(203,74,219); }
H1.HeaderClassName
{
color: #CB4ADB;
}
.AnyTagClassName
{
color: #CB4ADB;
}
</style>
background-color css
<style>
a { background-color: #CB4ADB; }
a { background-color: rgb(203,74,219); }
div.DivClassName
{
background-color: #CB4ADB;
}
.BgClassName
{
background-color: #CB4ADB;
}
</style>
border-color css
<style>
span { border-color: #CB4ADB; }
span { border-color: rgb(203,74,219); }
td.TdClassName
{
border-color: #CB4ADB;
}
.TagClassName
{
border-color: #CB4ADB;
}
</style>