Shades of Medium Orchid #CC5ED6
Tints of Medium Orchid #CC5ED6
RGB
CMYK
RGB Variations
Color information
#CC5ED6 (or 0xCC5ED6) is known color: Medium Orchid. HEX triplet: CC, 5E and D6. RGB value is (204,94,214). Sum of RGB (Red+Green+Blue) = 204+94+214=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ED6 is #33A129. Grayscale: #8C8C8C. Windows color (decimal): -3383594 or 14048972. OLE color: 14048972.
HSL color Cylindrical-coordinate representation of color #CC5ED6: hue angle of 295º 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 #CC5ED6 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 94 | 214 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.16 |
| HSL | 295º | 0.59% | 0.6% | - |
| HSV(B) | 295º | 0.56% | 0.84% | - |
| XYZ | 41.04 | 25.7 | 66.42 | - |
| YUV | 140.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 214 | 0.05 | 0.56 | 0 | 0.16 | 295 | 0.59 | 0.6 |
| Hex | CC | 5E | D6 | 5 | 38 | 0 | 10 | 127 | 3B | 3C |
| Octal | 314 | 136 | 326 | 5 | 70 | 0 | 20 | 447 | 73 | 74 |
| Binary | 11001100 | 1011110 | 11010110 | 101 | 111000 | 0 | 10000 | 100100111 | 111011 | 111100 |
Color Harmonies of #CC5ED6
Complementary color
Monochromatic Colors of #CC5ED6
Black with #CC5ED6
Text Example
Text Example
White with #CC5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5ED6; }
p { color: rgb(204,94,214); }
H1.HeaderClassName
{
color: #CC5ED6;
}
.AnyTagClassName
{
color: #CC5ED6;
}
</style>
background-color css
<style>
a { background-color: #CC5ED6; }
a { background-color: rgb(204,94,214); }
div.DivClassName
{
background-color: #CC5ED6;
}
.BgClassName
{
background-color: #CC5ED6;
}
</style>
border-color css
<style>
span { border-color: #CC5ED6; }
span { border-color: rgb(204,94,214); }
td.TdClassName
{
border-color: #CC5ED6;
}
.TagClassName
{
border-color: #CC5ED6;
}
</style>