Shades of Medium Orchid #CC36E6
Tints of Medium Orchid #CC36E6
RGB
CMYK
RGB Variations
Color information
#CC36E6 (or 0xCC36E6) is known color: Medium Orchid. HEX triplet: CC, 36 and E6. RGB value is (204,54,230). Sum of RGB (Red+Green+Blue) = 204+54+230=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36E6 is #33C919. Grayscale: #767676. Windows color (decimal): -3393818 or 15087308. OLE color: 15087308.
HSL color Cylindrical-coordinate representation of color #CC36E6: hue angle of 291.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC36E6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 54 | 230 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.10 |
| HSL | 291.14º | 0.78% | 0.56% | - |
| HSV(B) | 291.14º | 0.77% | 0.9% | - |
| XYZ | 40.5 | 21.19 | 76.82 | - |
| YUV | 118.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 230 | 0.11 | 0.77 | 0 | 0.10 | 291.14 | 0.78 | 0.56 |
| Hex | CC | 36 | E6 | B | 4D | 0 | A | 123 | 4E | 38 |
| Octal | 314 | 66 | 346 | 13 | 115 | 0 | 12 | 443 | 116 | 70 |
| Binary | 11001100 | 110110 | 11100110 | 1011 | 1001101 | 0 | 1010 | 100100011 | 1001110 | 111000 |
Color Harmonies of #CC36E6
Complementary color
Monochromatic Colors of #CC36E6
Black with #CC36E6
Text Example
Text Example
White with #CC36E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36E6; }
p { color: rgb(204,54,230); }
H1.HeaderClassName
{
color: #CC36E6;
}
.AnyTagClassName
{
color: #CC36E6;
}
</style>
background-color css
<style>
a { background-color: #CC36E6; }
a { background-color: rgb(204,54,230); }
div.DivClassName
{
background-color: #CC36E6;
}
.BgClassName
{
background-color: #CC36E6;
}
</style>
border-color css
<style>
span { border-color: #CC36E6; }
span { border-color: rgb(204,54,230); }
td.TdClassName
{
border-color: #CC36E6;
}
.TagClassName
{
border-color: #CC36E6;
}
</style>