Shades of Medium Orchid #CC35E5
Tints of Medium Orchid #CC35E5
RGB
CMYK
RGB Variations
Color information
#CC35E5 (or 0xCC35E5) is known color: Medium Orchid. HEX triplet: CC, 35 and E5. RGB value is (204,53,229). Sum of RGB (Red+Green+Blue) = 204+53+229=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35E5 is #33CA1A. Grayscale: #757575. Windows color (decimal): -3394075 or 15021516. OLE color: 15021516.
HSL color Cylindrical-coordinate representation of color #CC35E5: hue angle of 291.48º 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 #CC35E5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 53 | 229 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.10 |
| HSL | 291.48º | 0.77% | 0.55% | - |
| HSV(B) | 291.48º | 0.77% | 0.9% | - |
| XYZ | 40.32 | 21.04 | 76.07 | - |
| YUV | 118.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 229 | 0.11 | 0.77 | 0 | 0.10 | 291.48 | 0.77 | 0.55 |
| Hex | CC | 35 | E5 | B | 4D | 0 | A | 123 | 4D | 37 |
| Octal | 314 | 65 | 345 | 13 | 115 | 0 | 12 | 443 | 115 | 67 |
| Binary | 11001100 | 110101 | 11100101 | 1011 | 1001101 | 0 | 1010 | 100100011 | 1001101 | 110111 |
Color Harmonies of #CC35E5
Complementary color
Monochromatic Colors of #CC35E5
Black with #CC35E5
Text Example
Text Example
White with #CC35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35E5; }
p { color: rgb(204,53,229); }
H1.HeaderClassName
{
color: #CC35E5;
}
.AnyTagClassName
{
color: #CC35E5;
}
</style>
background-color css
<style>
a { background-color: #CC35E5; }
a { background-color: rgb(204,53,229); }
div.DivClassName
{
background-color: #CC35E5;
}
.BgClassName
{
background-color: #CC35E5;
}
</style>
border-color css
<style>
span { border-color: #CC35E5; }
span { border-color: rgb(204,53,229); }
td.TdClassName
{
border-color: #CC35E5;
}
.TagClassName
{
border-color: #CC35E5;
}
</style>