Shades of Medium Orchid #CB47E8
Tints of Medium Orchid #CB47E8
RGB
CMYK
RGB Variations
Color information
#CB47E8 (or 0xCB47E8) is known color: Medium Orchid. HEX triplet: CB, 47 and E8. RGB value is (203,71,232). Sum of RGB (Red+Green+Blue) = 203+71+232=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB47E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47E8 is #34B817. Grayscale: #808080. Windows color (decimal): -3455000 or 15222731. OLE color: 15222731.
HSL color Cylindrical-coordinate representation of color #CB47E8: hue angle of 289.19º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB47E8 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 71 | 232 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.09 |
| HSL | 289.19º | 0.78% | 0.59% | - |
| HSV(B) | 289.19º | 0.69% | 0.91% | - |
| XYZ | 41.45 | 23.03 | 78.6 | - |
| YUV | 128.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 232 | 0.12 | 0.69 | 0 | 0.09 | 289.19 | 0.78 | 0.59 |
| Hex | CB | 47 | E8 | C | 45 | 0 | 9 | 121 | 4E | 3B |
| Octal | 313 | 107 | 350 | 14 | 105 | 0 | 11 | 441 | 116 | 73 |
| Binary | 11001011 | 1000111 | 11101000 | 1100 | 1000101 | 0 | 1001 | 100100001 | 1001110 | 111011 |
Color Harmonies of #CB47E8
Complementary color
Monochromatic Colors of #CB47E8
Black with #CB47E8
Text Example
Text Example
White with #CB47E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47E8; }
p { color: rgb(203,71,232); }
H1.HeaderClassName
{
color: #CB47E8;
}
.AnyTagClassName
{
color: #CB47E8;
}
</style>
background-color css
<style>
a { background-color: #CB47E8; }
a { background-color: rgb(203,71,232); }
div.DivClassName
{
background-color: #CB47E8;
}
.BgClassName
{
background-color: #CB47E8;
}
</style>
border-color css
<style>
span { border-color: #CB47E8; }
span { border-color: rgb(203,71,232); }
td.TdClassName
{
border-color: #CB47E8;
}
.TagClassName
{
border-color: #CB47E8;
}
</style>