Shades of Medium Orchid #CB3AD9
Tints of Medium Orchid #CB3AD9
RGB
CMYK
RGB Variations
Color information
#CB3AD9 (or 0xCB3AD9) is known color: Medium Orchid. HEX triplet: CB, 3A and D9. RGB value is (203,58,217). Sum of RGB (Red+Green+Blue) = 203+58+217=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB3AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AD9 is #34C526. Grayscale: #767676. Windows color (decimal): -3458343 or 14236363. OLE color: 14236363.
HSL color Cylindrical-coordinate representation of color #CB3AD9: hue angle of 294.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3AD9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 58 | 217 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.15 |
| HSL | 294.72º | 0.68% | 0.54% | - |
| HSV(B) | 294.72º | 0.73% | 0.85% | - |
| XYZ | 38.67 | 20.73 | 67.61 | - |
| YUV | 119.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 217 | 0.06 | 0.73 | 0 | 0.15 | 294.72 | 0.68 | 0.54 |
| Hex | CB | 3A | D9 | 6 | 49 | 0 | F | 127 | 44 | 36 |
| Octal | 313 | 72 | 331 | 6 | 111 | 0 | 17 | 447 | 104 | 66 |
| Binary | 11001011 | 111010 | 11011001 | 110 | 1001001 | 0 | 1111 | 100100111 | 1000100 | 110110 |
Color Harmonies of #CB3AD9
Complementary color
Monochromatic Colors of #CB3AD9
Black with #CB3AD9
Text Example
Text Example
White with #CB3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AD9; }
p { color: rgb(203,58,217); }
H1.HeaderClassName
{
color: #CB3AD9;
}
.AnyTagClassName
{
color: #CB3AD9;
}
</style>
background-color css
<style>
a { background-color: #CB3AD9; }
a { background-color: rgb(203,58,217); }
div.DivClassName
{
background-color: #CB3AD9;
}
.BgClassName
{
background-color: #CB3AD9;
}
</style>
border-color css
<style>
span { border-color: #CB3AD9; }
span { border-color: rgb(203,58,217); }
td.TdClassName
{
border-color: #CB3AD9;
}
.TagClassName
{
border-color: #CB3AD9;
}
</style>