Shades of Medium Orchid #CB45D9
Tints of Medium Orchid #CB45D9
RGB
CMYK
RGB Variations
Color information
#CB45D9 (or 0xCB45D9) is known color: Medium Orchid. HEX triplet: CB, 45 and D9. RGB value is (203,69,217). Sum of RGB (Red+Green+Blue) = 203+69+217=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB45D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45D9 is #34BA26. Grayscale: #7D7D7D. Windows color (decimal): -3455527 or 14239179. OLE color: 14239179.
HSL color Cylindrical-coordinate representation of color #CB45D9: hue angle of 294.32º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB45D9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 69 | 217 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.15 |
| HSL | 294.32º | 0.66% | 0.56% | - |
| HSV(B) | 294.32º | 0.68% | 0.85% | - |
| XYZ | 39.28 | 21.96 | 67.81 | - |
| YUV | 125.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 217 | 0.06 | 0.68 | 0 | 0.15 | 294.32 | 0.66 | 0.56 |
| Hex | CB | 45 | D9 | 6 | 44 | 0 | F | 126 | 42 | 38 |
| Octal | 313 | 105 | 331 | 6 | 104 | 0 | 17 | 446 | 102 | 70 |
| Binary | 11001011 | 1000101 | 11011001 | 110 | 1000100 | 0 | 1111 | 100100110 | 1000010 | 111000 |
Color Harmonies of #CB45D9
Complementary color
Monochromatic Colors of #CB45D9
Black with #CB45D9
Text Example
Text Example
White with #CB45D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45D9; }
p { color: rgb(203,69,217); }
H1.HeaderClassName
{
color: #CB45D9;
}
.AnyTagClassName
{
color: #CB45D9;
}
</style>
background-color css
<style>
a { background-color: #CB45D9; }
a { background-color: rgb(203,69,217); }
div.DivClassName
{
background-color: #CB45D9;
}
.BgClassName
{
background-color: #CB45D9;
}
</style>
border-color css
<style>
span { border-color: #CB45D9; }
span { border-color: rgb(203,69,217); }
td.TdClassName
{
border-color: #CB45D9;
}
.TagClassName
{
border-color: #CB45D9;
}
</style>