Shades of Medium Orchid #CB4FEC
Tints of Medium Orchid #CB4FEC
RGB
CMYK
RGB Variations
Color information
#CB4FEC (or 0xCB4FEC) is known color: Medium Orchid. HEX triplet: CB, 4F and EC. RGB value is (203,79,236). Sum of RGB (Red+Green+Blue) = 203+79+236=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FEC is #34B013. Grayscale: #858585. Windows color (decimal): -3452948 or 15486923. OLE color: 15486923.
HSL color Cylindrical-coordinate representation of color #CB4FEC: hue angle of 287.39º 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 #CB4FEC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 79 | 236 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.07 |
| HSL | 287.39º | 0.81% | 0.62% | - |
| HSV(B) | 287.39º | 0.67% | 0.93% | - |
| XYZ | 42.56 | 24.34 | 81.81 | - |
| YUV | 133.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 236 | 0.14 | 0.67 | 0 | 0.07 | 287.39 | 0.81 | 0.62 |
| Hex | CB | 4F | EC | E | 43 | 0 | 7 | 11F | 51 | 3E |
| Octal | 313 | 117 | 354 | 16 | 103 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001011 | 1001111 | 11101100 | 1110 | 1000011 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CB4FEC
Complementary color
Monochromatic Colors of #CB4FEC
Black with #CB4FEC
Text Example
Text Example
White with #CB4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FEC; }
p { color: rgb(203,79,236); }
H1.HeaderClassName
{
color: #CB4FEC;
}
.AnyTagClassName
{
color: #CB4FEC;
}
</style>
background-color css
<style>
a { background-color: #CB4FEC; }
a { background-color: rgb(203,79,236); }
div.DivClassName
{
background-color: #CB4FEC;
}
.BgClassName
{
background-color: #CB4FEC;
}
</style>
border-color css
<style>
span { border-color: #CB4FEC; }
span { border-color: rgb(203,79,236); }
td.TdClassName
{
border-color: #CB4FEC;
}
.TagClassName
{
border-color: #CB4FEC;
}
</style>