Shades of Medium Orchid #CB47E4
Tints of Medium Orchid #CB47E4
RGB
CMYK
RGB Variations
Color information
#CB47E4 (or 0xCB47E4) is known color: Medium Orchid. HEX triplet: CB, 47 and E4. RGB value is (203,71,228). Sum of RGB (Red+Green+Blue) = 203+71+228=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB47E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47E4 is #34B81B. Grayscale: #7F7F7F. Windows color (decimal): -3455004 or 14960587. OLE color: 14960587.
HSL color Cylindrical-coordinate representation of color #CB47E4: hue angle of 290.45º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB47E4 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 71 | 228 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.11 |
| HSL | 290.45º | 0.74% | 0.59% | - |
| HSV(B) | 290.45º | 0.69% | 0.89% | - |
| XYZ | 40.89 | 22.8 | 75.65 | - |
| YUV | 128.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 228 | 0.11 | 0.69 | 0 | 0.11 | 290.45 | 0.74 | 0.59 |
| Hex | CB | 47 | E4 | B | 45 | 0 | B | 122 | 4A | 3B |
| Octal | 313 | 107 | 344 | 13 | 105 | 0 | 13 | 442 | 112 | 73 |
| Binary | 11001011 | 1000111 | 11100100 | 1011 | 1000101 | 0 | 1011 | 100100010 | 1001010 | 111011 |
Color Harmonies of #CB47E4
Complementary color
Monochromatic Colors of #CB47E4
Black with #CB47E4
Text Example
Text Example
White with #CB47E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47E4; }
p { color: rgb(203,71,228); }
H1.HeaderClassName
{
color: #CB47E4;
}
.AnyTagClassName
{
color: #CB47E4;
}
</style>
background-color css
<style>
a { background-color: #CB47E4; }
a { background-color: rgb(203,71,228); }
div.DivClassName
{
background-color: #CB47E4;
}
.BgClassName
{
background-color: #CB47E4;
}
</style>
border-color css
<style>
span { border-color: #CB47E4; }
span { border-color: rgb(203,71,228); }
td.TdClassName
{
border-color: #CB47E4;
}
.TagClassName
{
border-color: #CB47E4;
}
</style>