Shades of Medium Orchid #CC5BEC
Tints of Medium Orchid #CC5BEC
RGB
CMYK
RGB Variations
Color information
#CC5BEC (or 0xCC5BEC) is known color: Medium Orchid. HEX triplet: CC, 5B and EC. RGB value is (204,91,236). Sum of RGB (Red+Green+Blue) = 204+91+236=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 91 (35.94% from 255 or 17.14% 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 #CC5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BEC is #33A413. Grayscale: #8C8C8C. Windows color (decimal): -3384340 or 15489996. OLE color: 15489996.
HSL color Cylindrical-coordinate representation of color #CC5BEC: hue angle of 286.76º 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 #CC5BEC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 91 | 236 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.07 |
| HSL | 286.76º | 0.79% | 0.64% | - |
| HSV(B) | 286.76º | 0.61% | 0.93% | - |
| XYZ | 43.78 | 26.38 | 82.14 | - |
| YUV | 141.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 236 | 0.14 | 0.61 | 0 | 0.07 | 286.76 | 0.79 | 0.64 |
| Hex | CC | 5B | EC | E | 3D | 0 | 7 | 11F | 4F | 40 |
| Octal | 314 | 133 | 354 | 16 | 75 | 0 | 7 | 437 | 117 | 100 |
| Binary | 11001100 | 1011011 | 11101100 | 1110 | 111101 | 0 | 111 | 100011111 | 1001111 | 1000000 |
Color Harmonies of #CC5BEC
Complementary color
Monochromatic Colors of #CC5BEC
Black with #CC5BEC
Text Example
Text Example
White with #CC5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BEC; }
p { color: rgb(204,91,236); }
H1.HeaderClassName
{
color: #CC5BEC;
}
.AnyTagClassName
{
color: #CC5BEC;
}
</style>
background-color css
<style>
a { background-color: #CC5BEC; }
a { background-color: rgb(204,91,236); }
div.DivClassName
{
background-color: #CC5BEC;
}
.BgClassName
{
background-color: #CC5BEC;
}
</style>
border-color css
<style>
span { border-color: #CC5BEC; }
span { border-color: rgb(204,91,236); }
td.TdClassName
{
border-color: #CC5BEC;
}
.TagClassName
{
border-color: #CC5BEC;
}
</style>