Shades of Medium Orchid #CC5BE1
Tints of Medium Orchid #CC5BE1
RGB
CMYK
RGB Variations
Color information
#CC5BE1 (or 0xCC5BE1) is known color: Medium Orchid. HEX triplet: CC, 5B and E1. RGB value is (204,91,225). Sum of RGB (Red+Green+Blue) = 204+91+225=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC5BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BE1 is #33A41E. Grayscale: #8B8B8B. Windows color (decimal): -3384351 or 14769100. OLE color: 14769100.
HSL color Cylindrical-coordinate representation of color #CC5BE1: hue angle of 290.6º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5BE1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 91 | 225 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.12 |
| HSL | 290.6º | 0.69% | 0.62% | - |
| HSV(B) | 290.6º | 0.6% | 0.88% | - |
| XYZ | 42.23 | 25.76 | 73.98 | - |
| YUV | 140.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 225 | 0.09 | 0.60 | 0 | 0.12 | 290.6 | 0.69 | 0.62 |
| Hex | CC | 5B | E1 | 9 | 3C | 0 | C | 123 | 45 | 3E |
| Octal | 314 | 133 | 341 | 11 | 74 | 0 | 14 | 443 | 105 | 76 |
| Binary | 11001100 | 1011011 | 11100001 | 1001 | 111100 | 0 | 1100 | 100100011 | 1000101 | 111110 |
Color Harmonies of #CC5BE1
Complementary color
Monochromatic Colors of #CC5BE1
Black with #CC5BE1
Text Example
Text Example
White with #CC5BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BE1; }
p { color: rgb(204,91,225); }
H1.HeaderClassName
{
color: #CC5BE1;
}
.AnyTagClassName
{
color: #CC5BE1;
}
</style>
background-color css
<style>
a { background-color: #CC5BE1; }
a { background-color: rgb(204,91,225); }
div.DivClassName
{
background-color: #CC5BE1;
}
.BgClassName
{
background-color: #CC5BE1;
}
</style>
border-color css
<style>
span { border-color: #CC5BE1; }
span { border-color: rgb(204,91,225); }
td.TdClassName
{
border-color: #CC5BE1;
}
.TagClassName
{
border-color: #CC5BE1;
}
</style>