Shades of Medium Orchid #CC3CEC
Tints of Medium Orchid #CC3CEC
RGB
CMYK
RGB Variations
Color information
#CC3CEC (or 0xCC3CEC) is known color: Medium Orchid. HEX triplet: CC, 3C and EC. RGB value is (204,60,236). Sum of RGB (Red+Green+Blue) = 204+60+236=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CEC is #33C313. Grayscale: #7A7A7A. Windows color (decimal): -3392276 or 15482060. OLE color: 15482060.
HSL color Cylindrical-coordinate representation of color #CC3CEC: hue angle of 289.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CEC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 60 | 236 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 289.09º | 0.82% | 0.58% | - |
| HSV(B) | 289.09º | 0.75% | 0.93% | - |
| XYZ | 41.66 | 22.13 | 81.43 | - |
| YUV | 123.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 236 | 0.14 | 0.75 | 0 | 0.07 | 289.09 | 0.82 | 0.58 |
| Hex | CC | 3C | EC | E | 4B | 0 | 7 | 121 | 52 | 3A |
| Octal | 314 | 74 | 354 | 16 | 113 | 0 | 7 | 441 | 122 | 72 |
| Binary | 11001100 | 111100 | 11101100 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010010 | 111010 |
Color Harmonies of #CC3CEC
Complementary color
Monochromatic Colors of #CC3CEC
Black with #CC3CEC
Text Example
Text Example
White with #CC3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CEC; }
p { color: rgb(204,60,236); }
H1.HeaderClassName
{
color: #CC3CEC;
}
.AnyTagClassName
{
color: #CC3CEC;
}
</style>
background-color css
<style>
a { background-color: #CC3CEC; }
a { background-color: rgb(204,60,236); }
div.DivClassName
{
background-color: #CC3CEC;
}
.BgClassName
{
background-color: #CC3CEC;
}
</style>
border-color css
<style>
span { border-color: #CC3CEC; }
span { border-color: rgb(204,60,236); }
td.TdClassName
{
border-color: #CC3CEC;
}
.TagClassName
{
border-color: #CC3CEC;
}
</style>