Shades of Medium Orchid #CC34E4
Tints of Medium Orchid #CC34E4
RGB
CMYK
RGB Variations
Color information
#CC34E4 (or 0xCC34E4) is known color: Medium Orchid. HEX triplet: CC, 34 and E4. RGB value is (204,52,228). Sum of RGB (Red+Green+Blue) = 204+52+228=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34E4 is #33CB1B. Grayscale: #747474. Windows color (decimal): -3394332 or 14955724. OLE color: 14955724.
HSL color Cylindrical-coordinate representation of color #CC34E4: hue angle of 291.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC34E4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 52 | 228 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.11 |
| HSL | 291.82º | 0.77% | 0.55% | - |
| HSV(B) | 291.82º | 0.77% | 0.89% | - |
| XYZ | 40.13 | 20.89 | 75.32 | - |
| YUV | 117.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 228 | 0.11 | 0.77 | 0 | 0.11 | 291.82 | 0.77 | 0.55 |
| Hex | CC | 34 | E4 | B | 4D | 0 | B | 124 | 4D | 37 |
| Octal | 314 | 64 | 344 | 13 | 115 | 0 | 13 | 444 | 115 | 67 |
| Binary | 11001100 | 110100 | 11100100 | 1011 | 1001101 | 0 | 1011 | 100100100 | 1001101 | 110111 |
Color Harmonies of #CC34E4
Complementary color
Monochromatic Colors of #CC34E4
Black with #CC34E4
Text Example
Text Example
White with #CC34E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34E4; }
p { color: rgb(204,52,228); }
H1.HeaderClassName
{
color: #CC34E4;
}
.AnyTagClassName
{
color: #CC34E4;
}
</style>
background-color css
<style>
a { background-color: #CC34E4; }
a { background-color: rgb(204,52,228); }
div.DivClassName
{
background-color: #CC34E4;
}
.BgClassName
{
background-color: #CC34E4;
}
</style>
border-color css
<style>
span { border-color: #CC34E4; }
span { border-color: rgb(204,52,228); }
td.TdClassName
{
border-color: #CC34E4;
}
.TagClassName
{
border-color: #CC34E4;
}
</style>