Shades of Medium Orchid #CC34E5
Tints of Medium Orchid #CC34E5
RGB
CMYK
RGB Variations
Color information
#CC34E5 (or 0xCC34E5) is known color: Medium Orchid. HEX triplet: CC, 34 and E5. RGB value is (204,52,229). Sum of RGB (Red+Green+Blue) = 204+52+229=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34E5 is #33CB1A. Grayscale: #757575. Windows color (decimal): -3394331 or 15021260. OLE color: 15021260.
HSL color Cylindrical-coordinate representation of color #CC34E5: hue angle of 291.53º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC34E5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 52 | 229 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.10 |
| HSL | 291.53º | 0.77% | 0.55% | - |
| HSV(B) | 291.53º | 0.77% | 0.9% | - |
| XYZ | 40.27 | 20.95 | 76.05 | - |
| YUV | 117.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 229 | 0.11 | 0.77 | 0 | 0.10 | 291.53 | 0.77 | 0.55 |
| Hex | CC | 34 | E5 | B | 4D | 0 | A | 124 | 4D | 37 |
| Octal | 314 | 64 | 345 | 13 | 115 | 0 | 12 | 444 | 115 | 67 |
| Binary | 11001100 | 110100 | 11100101 | 1011 | 1001101 | 0 | 1010 | 100100100 | 1001101 | 110111 |
Color Harmonies of #CC34E5
Complementary color
Monochromatic Colors of #CC34E5
Black with #CC34E5
Text Example
Text Example
White with #CC34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34E5; }
p { color: rgb(204,52,229); }
H1.HeaderClassName
{
color: #CC34E5;
}
.AnyTagClassName
{
color: #CC34E5;
}
</style>
background-color css
<style>
a { background-color: #CC34E5; }
a { background-color: rgb(204,52,229); }
div.DivClassName
{
background-color: #CC34E5;
}
.BgClassName
{
background-color: #CC34E5;
}
</style>
border-color css
<style>
span { border-color: #CC34E5; }
span { border-color: rgb(204,52,229); }
td.TdClassName
{
border-color: #CC34E5;
}
.TagClassName
{
border-color: #CC34E5;
}
</style>