Shades of Medium Orchid #CC50E9
Tints of Medium Orchid #CC50E9
RGB
CMYK
RGB Variations
Color information
#CC50E9 (or 0xCC50E9) is known color: Medium Orchid. HEX triplet: CC, 50 and E9. RGB value is (204,80,233). Sum of RGB (Red+Green+Blue) = 204+80+233=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC50E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50E9 is #33AF16. Grayscale: #868686. Windows color (decimal): -3387159 or 15290572. OLE color: 15290572.
HSL color Cylindrical-coordinate representation of color #CC50E9: hue angle of 288.63º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC50E9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 80 | 233 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.09 |
| HSL | 288.63º | 0.78% | 0.61% | - |
| HSV(B) | 288.63º | 0.66% | 0.91% | - |
| XYZ | 42.48 | 24.46 | 79.57 | - |
| YUV | 134.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 233 | 0.12 | 0.66 | 0 | 0.09 | 288.63 | 0.78 | 0.61 |
| Hex | CC | 50 | E9 | C | 42 | 0 | 9 | 121 | 4E | 3D |
| Octal | 314 | 120 | 351 | 14 | 102 | 0 | 11 | 441 | 116 | 75 |
| Binary | 11001100 | 1010000 | 11101001 | 1100 | 1000010 | 0 | 1001 | 100100001 | 1001110 | 111101 |
Color Harmonies of #CC50E9
Complementary color
Monochromatic Colors of #CC50E9
Black with #CC50E9
Text Example
Text Example
White with #CC50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50E9; }
p { color: rgb(204,80,233); }
H1.HeaderClassName
{
color: #CC50E9;
}
.AnyTagClassName
{
color: #CC50E9;
}
</style>
background-color css
<style>
a { background-color: #CC50E9; }
a { background-color: rgb(204,80,233); }
div.DivClassName
{
background-color: #CC50E9;
}
.BgClassName
{
background-color: #CC50E9;
}
</style>
border-color css
<style>
span { border-color: #CC50E9; }
span { border-color: rgb(204,80,233); }
td.TdClassName
{
border-color: #CC50E9;
}
.TagClassName
{
border-color: #CC50E9;
}
</style>