Shades of Medium Orchid #CB47ED
Tints of Medium Orchid #CB47ED
RGB
CMYK
RGB Variations
Color information
#CB47ED (or 0xCB47ED) is known color: Medium Orchid. HEX triplet: CB, 47 and ED. RGB value is (203,71,237). Sum of RGB (Red+Green+Blue) = 203+71+237=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47ED is #34B812. Grayscale: #808080. Windows color (decimal): -3454995 or 15550411. OLE color: 15550411.
HSL color Cylindrical-coordinate representation of color #CB47ED: hue angle of 287.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB47ED is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 71 | 237 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.07 |
| HSL | 287.71º | 0.82% | 0.6% | - |
| HSV(B) | 287.71º | 0.7% | 0.93% | - |
| XYZ | 42.17 | 23.32 | 82.4 | - |
| YUV | 129.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 237 | 0.14 | 0.70 | 0 | 0.07 | 287.71 | 0.82 | 0.6 |
| Hex | CB | 47 | ED | E | 46 | 0 | 7 | 120 | 52 | 3C |
| Octal | 313 | 107 | 355 | 16 | 106 | 0 | 7 | 440 | 122 | 74 |
| Binary | 11001011 | 1000111 | 11101101 | 1110 | 1000110 | 0 | 111 | 100100000 | 1010010 | 111100 |
Color Harmonies of #CB47ED
Complementary color
Monochromatic Colors of #CB47ED
Black with #CB47ED
Text Example
Text Example
White with #CB47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47ED; }
p { color: rgb(203,71,237); }
H1.HeaderClassName
{
color: #CB47ED;
}
.AnyTagClassName
{
color: #CB47ED;
}
</style>
background-color css
<style>
a { background-color: #CB47ED; }
a { background-color: rgb(203,71,237); }
div.DivClassName
{
background-color: #CB47ED;
}
.BgClassName
{
background-color: #CB47ED;
}
</style>
border-color css
<style>
span { border-color: #CB47ED; }
span { border-color: rgb(203,71,237); }
td.TdClassName
{
border-color: #CB47ED;
}
.TagClassName
{
border-color: #CB47ED;
}
</style>