Shades of Medium Orchid #CC50E8
Tints of Medium Orchid #CC50E8
RGB
CMYK
RGB Variations
Color information
#CC50E8 (or 0xCC50E8) is known color: Medium Orchid. HEX triplet: CC, 50 and E8. RGB value is (204,80,232). Sum of RGB (Red+Green+Blue) = 204+80+232=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC50E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50E8 is #33AF17. Grayscale: #858585. Windows color (decimal): -3387160 or 15225036. OLE color: 15225036.
HSL color Cylindrical-coordinate representation of color #CC50E8: hue angle of 288.95º degrees, saturation: 0.77, 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 #CC50E8 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 80 | 232 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.09 |
| HSL | 288.95º | 0.77% | 0.61% | - |
| HSV(B) | 288.95º | 0.66% | 0.91% | - |
| XYZ | 42.34 | 24.4 | 78.82 | - |
| YUV | 134.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 232 | 0.12 | 0.66 | 0 | 0.09 | 288.95 | 0.77 | 0.61 |
| Hex | CC | 50 | E8 | C | 42 | 0 | 9 | 121 | 4D | 3D |
| Octal | 314 | 120 | 350 | 14 | 102 | 0 | 11 | 441 | 115 | 75 |
| Binary | 11001100 | 1010000 | 11101000 | 1100 | 1000010 | 0 | 1001 | 100100001 | 1001101 | 111101 |
Color Harmonies of #CC50E8
Complementary color
Monochromatic Colors of #CC50E8
Black with #CC50E8
Text Example
Text Example
White with #CC50E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50E8; }
p { color: rgb(204,80,232); }
H1.HeaderClassName
{
color: #CC50E8;
}
.AnyTagClassName
{
color: #CC50E8;
}
</style>
background-color css
<style>
a { background-color: #CC50E8; }
a { background-color: rgb(204,80,232); }
div.DivClassName
{
background-color: #CC50E8;
}
.BgClassName
{
background-color: #CC50E8;
}
</style>
border-color css
<style>
span { border-color: #CC50E8; }
span { border-color: rgb(204,80,232); }
td.TdClassName
{
border-color: #CC50E8;
}
.TagClassName
{
border-color: #CC50E8;
}
</style>