Shades of Medium Orchid #CC30EC
Tints of Medium Orchid #CC30EC
RGB
CMYK
RGB Variations
Color information
#CC30EC (or 0xCC30EC) is known color: Medium Orchid. HEX triplet: CC, 30 and EC. RGB value is (204,48,236). Sum of RGB (Red+Green+Blue) = 204+48+236=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30EC is #33CF13. Grayscale: #737373. Windows color (decimal): -3395348 or 15478988. OLE color: 15478988.
HSL color Cylindrical-coordinate representation of color #CC30EC: hue angle of 289.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC30EC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 48 | 236 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.79º | 0.83% | 0.56% | - |
| HSV(B) | 289.79º | 0.8% | 0.93% | - |
| XYZ | 41.1 | 21.01 | 81.25 | - |
| YUV | 116.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 236 | 0.14 | 0.80 | 0 | 0.07 | 289.79 | 0.83 | 0.56 |
| Hex | CC | 30 | EC | E | 50 | 0 | 7 | 122 | 53 | 38 |
| Octal | 314 | 60 | 354 | 16 | 120 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001100 | 110000 | 11101100 | 1110 | 1010000 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CC30EC
Complementary color
Monochromatic Colors of #CC30EC
Black with #CC30EC
Text Example
Text Example
White with #CC30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30EC; }
p { color: rgb(204,48,236); }
H1.HeaderClassName
{
color: #CC30EC;
}
.AnyTagClassName
{
color: #CC30EC;
}
</style>
background-color css
<style>
a { background-color: #CC30EC; }
a { background-color: rgb(204,48,236); }
div.DivClassName
{
background-color: #CC30EC;
}
.BgClassName
{
background-color: #CC30EC;
}
</style>
border-color css
<style>
span { border-color: #CC30EC; }
span { border-color: rgb(204,48,236); }
td.TdClassName
{
border-color: #CC30EC;
}
.TagClassName
{
border-color: #CC30EC;
}
</style>