Shades of Medium Orchid #CC34EC
Tints of Medium Orchid #CC34EC
RGB
CMYK
RGB Variations
Color information
#CC34EC (or 0xCC34EC) is known color: Medium Orchid. HEX triplet: CC, 34 and EC. RGB value is (204,52,236). Sum of RGB (Red+Green+Blue) = 204+52+236=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34EC is #33CB13. Grayscale: #757575. Windows color (decimal): -3394324 or 15480012. OLE color: 15480012.
HSL color Cylindrical-coordinate representation of color #CC34EC: hue angle of 289.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC34EC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 52 | 236 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.07 |
| HSL | 289.57º | 0.83% | 0.56% | - |
| HSV(B) | 289.57º | 0.78% | 0.93% | - |
| XYZ | 41.27 | 21.35 | 81.3 | - |
| YUV | 118.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 236 | 0.14 | 0.78 | 0 | 0.07 | 289.57 | 0.83 | 0.56 |
| Hex | CC | 34 | EC | E | 4E | 0 | 7 | 122 | 53 | 38 |
| Octal | 314 | 64 | 354 | 16 | 116 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001100 | 110100 | 11101100 | 1110 | 1001110 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CC34EC
Complementary color
Monochromatic Colors of #CC34EC
Black with #CC34EC
Text Example
Text Example
White with #CC34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34EC; }
p { color: rgb(204,52,236); }
H1.HeaderClassName
{
color: #CC34EC;
}
.AnyTagClassName
{
color: #CC34EC;
}
</style>
background-color css
<style>
a { background-color: #CC34EC; }
a { background-color: rgb(204,52,236); }
div.DivClassName
{
background-color: #CC34EC;
}
.BgClassName
{
background-color: #CC34EC;
}
</style>
border-color css
<style>
span { border-color: #CC34EC; }
span { border-color: rgb(204,52,236); }
td.TdClassName
{
border-color: #CC34EC;
}
.TagClassName
{
border-color: #CC34EC;
}
</style>