Shades of Medium Orchid #CB5CEC
Tints of Medium Orchid #CB5CEC
RGB
CMYK
RGB Variations
Color information
#CB5CEC (or 0xCB5CEC) is known color: Medium Orchid. HEX triplet: CB, 5C and EC. RGB value is (203,92,236). Sum of RGB (Red+Green+Blue) = 203+92+236=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB5CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5CEC is #34A313. Grayscale: #8D8D8D. Windows color (decimal): -3449620 or 15490251. OLE color: 15490251.
HSL color Cylindrical-coordinate representation of color #CB5CEC: hue angle of 286.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5CEC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 92 | 236 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.07 |
| HSL | 286.25º | 0.79% | 0.64% | - |
| HSV(B) | 286.25º | 0.61% | 0.93% | - |
| XYZ | 43.6 | 26.41 | 82.16 | - |
| YUV | 141.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 236 | 0.14 | 0.61 | 0 | 0.07 | 286.25 | 0.79 | 0.64 |
| Hex | CB | 5C | EC | E | 3D | 0 | 7 | 11E | 4F | 40 |
| Octal | 313 | 134 | 354 | 16 | 75 | 0 | 7 | 436 | 117 | 100 |
| Binary | 11001011 | 1011100 | 11101100 | 1110 | 111101 | 0 | 111 | 100011110 | 1001111 | 1000000 |
Color Harmonies of #CB5CEC
Complementary color
Monochromatic Colors of #CB5CEC
Black with #CB5CEC
Text Example
Text Example
White with #CB5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CEC; }
p { color: rgb(203,92,236); }
H1.HeaderClassName
{
color: #CB5CEC;
}
.AnyTagClassName
{
color: #CB5CEC;
}
</style>
background-color css
<style>
a { background-color: #CB5CEC; }
a { background-color: rgb(203,92,236); }
div.DivClassName
{
background-color: #CB5CEC;
}
.BgClassName
{
background-color: #CB5CEC;
}
</style>
border-color css
<style>
span { border-color: #CB5CEC; }
span { border-color: rgb(203,92,236); }
td.TdClassName
{
border-color: #CB5CEC;
}
.TagClassName
{
border-color: #CB5CEC;
}
</style>