Shades of Medium Orchid #CB4EEC
Tints of Medium Orchid #CB4EEC
RGB
CMYK
RGB Variations
Color information
#CB4EEC (or 0xCB4EEC) is known color: Medium Orchid. HEX triplet: CB, 4E and EC. RGB value is (203,78,236). Sum of RGB (Red+Green+Blue) = 203+78+236=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EEC is #34B113. Grayscale: #848484. Windows color (decimal): -3453204 or 15486667. OLE color: 15486667.
HSL color Cylindrical-coordinate representation of color #CB4EEC: hue angle of 287.47º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4EEC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 78 | 236 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.47º | 0.81% | 0.62% | - |
| HSV(B) | 287.47º | 0.67% | 0.93% | - |
| XYZ | 42.49 | 24.2 | 81.79 | - |
| YUV | 133.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 236 | 0.14 | 0.67 | 0 | 0.07 | 287.47 | 0.81 | 0.62 |
| Hex | CB | 4E | EC | E | 43 | 0 | 7 | 11F | 51 | 3E |
| Octal | 313 | 116 | 354 | 16 | 103 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001011 | 1001110 | 11101100 | 1110 | 1000011 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CB4EEC
Complementary color
Monochromatic Colors of #CB4EEC
Black with #CB4EEC
Text Example
Text Example
White with #CB4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EEC; }
p { color: rgb(203,78,236); }
H1.HeaderClassName
{
color: #CB4EEC;
}
.AnyTagClassName
{
color: #CB4EEC;
}
</style>
background-color css
<style>
a { background-color: #CB4EEC; }
a { background-color: rgb(203,78,236); }
div.DivClassName
{
background-color: #CB4EEC;
}
.BgClassName
{
background-color: #CB4EEC;
}
</style>
border-color css
<style>
span { border-color: #CB4EEC; }
span { border-color: rgb(203,78,236); }
td.TdClassName
{
border-color: #CB4EEC;
}
.TagClassName
{
border-color: #CB4EEC;
}
</style>