Shades of Medium Orchid #CC50E2
Tints of Medium Orchid #CC50E2
RGB
CMYK
RGB Variations
Color information
#CC50E2 (or 0xCC50E2) is known color: Medium Orchid. HEX triplet: CC, 50 and E2. RGB value is (204,80,226). Sum of RGB (Red+Green+Blue) = 204+80+226=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC50E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50E2 is #33AF1D. Grayscale: #858585. Windows color (decimal): -3387166 or 14831820. OLE color: 14831820.
HSL color Cylindrical-coordinate representation of color #CC50E2: hue angle of 290.96º degrees, saturation: 0.72, 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 #CC50E2 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 80 | 226 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.11 |
| HSL | 290.96º | 0.72% | 0.6% | - |
| HSV(B) | 290.96º | 0.65% | 0.89% | - |
| XYZ | 41.5 | 24.07 | 74.41 | - |
| YUV | 133.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 226 | 0.10 | 0.65 | 0 | 0.11 | 290.96 | 0.72 | 0.6 |
| Hex | CC | 50 | E2 | A | 41 | 0 | B | 123 | 48 | 3C |
| Octal | 314 | 120 | 342 | 12 | 101 | 0 | 13 | 443 | 110 | 74 |
| Binary | 11001100 | 1010000 | 11100010 | 1010 | 1000001 | 0 | 1011 | 100100011 | 1001000 | 111100 |
Color Harmonies of #CC50E2
Complementary color
Monochromatic Colors of #CC50E2
Black with #CC50E2
Text Example
Text Example
White with #CC50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50E2; }
p { color: rgb(204,80,226); }
H1.HeaderClassName
{
color: #CC50E2;
}
.AnyTagClassName
{
color: #CC50E2;
}
</style>
background-color css
<style>
a { background-color: #CC50E2; }
a { background-color: rgb(204,80,226); }
div.DivClassName
{
background-color: #CC50E2;
}
.BgClassName
{
background-color: #CC50E2;
}
</style>
border-color css
<style>
span { border-color: #CC50E2; }
span { border-color: rgb(204,80,226); }
td.TdClassName
{
border-color: #CC50E2;
}
.TagClassName
{
border-color: #CC50E2;
}
</style>