Shades of Medium Orchid #CB3AD8
Tints of Medium Orchid #CB3AD8
RGB
CMYK
RGB Variations
Color information
#CB3AD8 (or 0xCB3AD8) is known color: Medium Orchid. HEX triplet: CB, 3A and D8. RGB value is (203,58,216). Sum of RGB (Red+Green+Blue) = 203+58+216=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB3AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AD8 is #34C527. Grayscale: #767676. Windows color (decimal): -3458344 or 14170827. OLE color: 14170827.
HSL color Cylindrical-coordinate representation of color #CB3AD8: hue angle of 295.06º degrees, saturation: 0.67, 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 #CB3AD8 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 58 | 216 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.15 |
| HSL | 295.06º | 0.67% | 0.54% | - |
| HSV(B) | 295.06º | 0.73% | 0.85% | - |
| XYZ | 38.54 | 20.68 | 66.93 | - |
| YUV | 119.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 216 | 0.06 | 0.73 | 0 | 0.15 | 295.06 | 0.67 | 0.54 |
| Hex | CB | 3A | D8 | 6 | 49 | 0 | F | 127 | 43 | 36 |
| Octal | 313 | 72 | 330 | 6 | 111 | 0 | 17 | 447 | 103 | 66 |
| Binary | 11001011 | 111010 | 11011000 | 110 | 1001001 | 0 | 1111 | 100100111 | 1000011 | 110110 |
Color Harmonies of #CB3AD8
Complementary color
Monochromatic Colors of #CB3AD8
Black with #CB3AD8
Text Example
Text Example
White with #CB3AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AD8; }
p { color: rgb(203,58,216); }
H1.HeaderClassName
{
color: #CB3AD8;
}
.AnyTagClassName
{
color: #CB3AD8;
}
</style>
background-color css
<style>
a { background-color: #CB3AD8; }
a { background-color: rgb(203,58,216); }
div.DivClassName
{
background-color: #CB3AD8;
}
.BgClassName
{
background-color: #CB3AD8;
}
</style>
border-color css
<style>
span { border-color: #CB3AD8; }
span { border-color: rgb(203,58,216); }
td.TdClassName
{
border-color: #CB3AD8;
}
.TagClassName
{
border-color: #CB3AD8;
}
</style>