Shades of Medium Orchid #CC50E6
Tints of Medium Orchid #CC50E6
RGB
CMYK
RGB Variations
Color information
#CC50E6 (or 0xCC50E6) is known color: Medium Orchid. HEX triplet: CC, 50 and E6. RGB value is (204,80,230). Sum of RGB (Red+Green+Blue) = 204+80+230=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50E6 is #33AF19. Grayscale: #858585. Windows color (decimal): -3387162 or 15093964. OLE color: 15093964.
HSL color Cylindrical-coordinate representation of color #CC50E6: hue angle of 289.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC50E6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 80 | 230 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.10 |
| HSL | 289.6º | 0.75% | 0.61% | - |
| HSV(B) | 289.6º | 0.65% | 0.9% | - |
| XYZ | 42.05 | 24.29 | 77.33 | - |
| YUV | 134.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 230 | 0.11 | 0.65 | 0 | 0.10 | 289.6 | 0.75 | 0.61 |
| Hex | CC | 50 | E6 | B | 41 | 0 | A | 122 | 4B | 3D |
| Octal | 314 | 120 | 346 | 13 | 101 | 0 | 12 | 442 | 113 | 75 |
| Binary | 11001100 | 1010000 | 11100110 | 1011 | 1000001 | 0 | 1010 | 100100010 | 1001011 | 111101 |
Color Harmonies of #CC50E6
Complementary color
Monochromatic Colors of #CC50E6
Black with #CC50E6
Text Example
Text Example
White with #CC50E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50E6; }
p { color: rgb(204,80,230); }
H1.HeaderClassName
{
color: #CC50E6;
}
.AnyTagClassName
{
color: #CC50E6;
}
</style>
background-color css
<style>
a { background-color: #CC50E6; }
a { background-color: rgb(204,80,230); }
div.DivClassName
{
background-color: #CC50E6;
}
.BgClassName
{
background-color: #CC50E6;
}
</style>
border-color css
<style>
span { border-color: #CC50E6; }
span { border-color: rgb(204,80,230); }
td.TdClassName
{
border-color: #CC50E6;
}
.TagClassName
{
border-color: #CC50E6;
}
</style>