Shades of Medium Orchid #CC5ED5
Tints of Medium Orchid #CC5ED5
RGB
CMYK
RGB Variations
Color information
#CC5ED5 (or 0xCC5ED5) is known color: Medium Orchid. HEX triplet: CC, 5E and D5. RGB value is (204,94,213). Sum of RGB (Red+Green+Blue) = 204+94+213=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ED5 is #33A12A. Grayscale: #8C8C8C. Windows color (decimal): -3383595 or 13983436. OLE color: 13983436.
HSL color Cylindrical-coordinate representation of color #CC5ED5: hue angle of 295.46º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5ED5 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 94 | 213 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.16 |
| HSL | 295.46º | 0.59% | 0.6% | - |
| HSV(B) | 295.46º | 0.56% | 0.84% | - |
| XYZ | 40.91 | 25.65 | 65.74 | - |
| YUV | 140.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 213 | 0.04 | 0.56 | 0 | 0.16 | 295.46 | 0.59 | 0.6 |
| Hex | CC | 5E | D5 | 4 | 38 | 0 | 10 | 127 | 3B | 3C |
| Octal | 314 | 136 | 325 | 4 | 70 | 0 | 20 | 447 | 73 | 74 |
| Binary | 11001100 | 1011110 | 11010101 | 100 | 111000 | 0 | 10000 | 100100111 | 111011 | 111100 |
Color Harmonies of #CC5ED5
Complementary color
Monochromatic Colors of #CC5ED5
Black with #CC5ED5
Text Example
Text Example
White with #CC5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ED5; }
p { color: rgb(204,94,213); }
H1.HeaderClassName
{
color: #CC5ED5;
}
.AnyTagClassName
{
color: #CC5ED5;
}
</style>
background-color css
<style>
a { background-color: #CC5ED5; }
a { background-color: rgb(204,94,213); }
div.DivClassName
{
background-color: #CC5ED5;
}
.BgClassName
{
background-color: #CC5ED5;
}
</style>
border-color css
<style>
span { border-color: #CC5ED5; }
span { border-color: rgb(204,94,213); }
td.TdClassName
{
border-color: #CC5ED5;
}
.TagClassName
{
border-color: #CC5ED5;
}
</style>