Shades of Medium Orchid #CB3AD6
Tints of Medium Orchid #CB3AD6
RGB
CMYK
RGB Variations
Color information
#CB3AD6 (or 0xCB3AD6) is known color: Medium Orchid. HEX triplet: CB, 3A and D6. RGB value is (203,58,214). Sum of RGB (Red+Green+Blue) = 203+58+214=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3AD6 is #34C529. Grayscale: #767676. Windows color (decimal): -3458346 or 14039755. OLE color: 14039755.
HSL color Cylindrical-coordinate representation of color #CB3AD6: hue angle of 295.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3AD6 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 58 | 214 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.16 |
| HSL | 295.77º | 0.66% | 0.53% | - |
| HSV(B) | 295.77º | 0.73% | 0.84% | - |
| XYZ | 38.28 | 20.58 | 65.57 | - |
| YUV | 119.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 214 | 0.05 | 0.73 | 0 | 0.16 | 295.77 | 0.66 | 0.53 |
| Hex | CB | 3A | D6 | 5 | 49 | 0 | 10 | 128 | 42 | 35 |
| Octal | 313 | 72 | 326 | 5 | 111 | 0 | 20 | 450 | 102 | 65 |
| Binary | 11001011 | 111010 | 11010110 | 101 | 1001001 | 0 | 10000 | 100101000 | 1000010 | 110101 |
Color Harmonies of #CB3AD6
Complementary color
Monochromatic Colors of #CB3AD6
Black with #CB3AD6
Text Example
Text Example
White with #CB3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AD6; }
p { color: rgb(203,58,214); }
H1.HeaderClassName
{
color: #CB3AD6;
}
.AnyTagClassName
{
color: #CB3AD6;
}
</style>
background-color css
<style>
a { background-color: #CB3AD6; }
a { background-color: rgb(203,58,214); }
div.DivClassName
{
background-color: #CB3AD6;
}
.BgClassName
{
background-color: #CB3AD6;
}
</style>
border-color css
<style>
span { border-color: #CB3AD6; }
span { border-color: rgb(203,58,214); }
td.TdClassName
{
border-color: #CB3AD6;
}
.TagClassName
{
border-color: #CB3AD6;
}
</style>