Shades of Medium Orchid #CB47EF
Tints of Medium Orchid #CB47EF
RGB
CMYK
RGB Variations
Color information
#CB47EF (or 0xCB47EF) is known color: Medium Orchid. HEX triplet: CB, 47 and EF. RGB value is (203,71,239). Sum of RGB (Red+Green+Blue) = 203+71+239=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB47EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47EF is #34B810. Grayscale: #818181. Windows color (decimal): -3454993 or 15681483. OLE color: 15681483.
HSL color Cylindrical-coordinate representation of color #CB47EF: hue angle of 287.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB47EF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 71 | 239 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.06 |
| HSL | 287.14º | 0.84% | 0.61% | - |
| HSV(B) | 287.14º | 0.7% | 0.94% | - |
| XYZ | 42.46 | 23.43 | 83.95 | - |
| YUV | 129.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 239 | 0.15 | 0.70 | 0 | 0.06 | 287.14 | 0.84 | 0.61 |
| Hex | CB | 47 | EF | F | 46 | 0 | 6 | 11F | 54 | 3D |
| Octal | 313 | 107 | 357 | 17 | 106 | 0 | 6 | 437 | 124 | 75 |
| Binary | 11001011 | 1000111 | 11101111 | 1111 | 1000110 | 0 | 110 | 100011111 | 1010100 | 111101 |
Color Harmonies of #CB47EF
Complementary color
Monochromatic Colors of #CB47EF
Black with #CB47EF
Text Example
Text Example
White with #CB47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47EF; }
p { color: rgb(203,71,239); }
H1.HeaderClassName
{
color: #CB47EF;
}
.AnyTagClassName
{
color: #CB47EF;
}
</style>
background-color css
<style>
a { background-color: #CB47EF; }
a { background-color: rgb(203,71,239); }
div.DivClassName
{
background-color: #CB47EF;
}
.BgClassName
{
background-color: #CB47EF;
}
</style>
border-color css
<style>
span { border-color: #CB47EF; }
span { border-color: rgb(203,71,239); }
td.TdClassName
{
border-color: #CB47EF;
}
.TagClassName
{
border-color: #CB47EF;
}
</style>