Shades of Medium Orchid #CC50E4
Tints of Medium Orchid #CC50E4
RGB
CMYK
RGB Variations
Color information
#CC50E4 (or 0xCC50E4) is known color: Medium Orchid. HEX triplet: CC, 50 and E4. RGB value is (204,80,228). Sum of RGB (Red+Green+Blue) = 204+80+228=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50E4 is #33AF1B. Grayscale: #858585. Windows color (decimal): -3387164 or 14962892. OLE color: 14962892.
HSL color Cylindrical-coordinate representation of color #CC50E4: hue angle of 290.27º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC50E4 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 80 | 228 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.11 |
| HSL | 290.27º | 0.73% | 0.6% | - |
| HSV(B) | 290.27º | 0.65% | 0.89% | - |
| XYZ | 41.77 | 24.18 | 75.86 | - |
| YUV | 133.95 | 181.08 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 228 | 0.11 | 0.65 | 0 | 0.11 | 290.27 | 0.73 | 0.6 |
| Hex | CC | 50 | E4 | B | 41 | 0 | B | 122 | 49 | 3C |
| Octal | 314 | 120 | 344 | 13 | 101 | 0 | 13 | 442 | 111 | 74 |
| Binary | 11001100 | 1010000 | 11100100 | 1011 | 1000001 | 0 | 1011 | 100100010 | 1001001 | 111100 |
Color Harmonies of #CC50E4
Complementary color
Monochromatic Colors of #CC50E4
Black with #CC50E4
Text Example
Text Example
White with #CC50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50E4; }
p { color: rgb(204,80,228); }
H1.HeaderClassName
{
color: #CC50E4;
}
.AnyTagClassName
{
color: #CC50E4;
}
</style>
background-color css
<style>
a { background-color: #CC50E4; }
a { background-color: rgb(204,80,228); }
div.DivClassName
{
background-color: #CC50E4;
}
.BgClassName
{
background-color: #CC50E4;
}
</style>
border-color css
<style>
span { border-color: #CC50E4; }
span { border-color: rgb(204,80,228); }
td.TdClassName
{
border-color: #CC50E4;
}
.TagClassName
{
border-color: #CC50E4;
}
</style>