Shades of Medium Orchid #CC36E7
Tints of Medium Orchid #CC36E7
RGB
CMYK
RGB Variations
Color information
#CC36E7 (or 0xCC36E7) is known color: Medium Orchid. HEX triplet: CC, 36 and E7. RGB value is (204,54,231). Sum of RGB (Red+Green+Blue) = 204+54+231=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC36E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36E7 is #33C918. Grayscale: #767676. Windows color (decimal): -3393817 or 15152844. OLE color: 15152844.
HSL color Cylindrical-coordinate representation of color #CC36E7: hue angle of 290.85º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC36E7 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 54 | 231 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.09 |
| HSL | 290.85º | 0.79% | 0.56% | - |
| HSV(B) | 290.85º | 0.77% | 0.91% | - |
| XYZ | 40.64 | 21.25 | 77.56 | - |
| YUV | 119.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 231 | 0.12 | 0.77 | 0 | 0.09 | 290.85 | 0.79 | 0.56 |
| Hex | CC | 36 | E7 | C | 4D | 0 | 9 | 123 | 4F | 38 |
| Octal | 314 | 66 | 347 | 14 | 115 | 0 | 11 | 443 | 117 | 70 |
| Binary | 11001100 | 110110 | 11100111 | 1100 | 1001101 | 0 | 1001 | 100100011 | 1001111 | 111000 |
Color Harmonies of #CC36E7
Complementary color
Monochromatic Colors of #CC36E7
Black with #CC36E7
Text Example
Text Example
White with #CC36E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36E7; }
p { color: rgb(204,54,231); }
H1.HeaderClassName
{
color: #CC36E7;
}
.AnyTagClassName
{
color: #CC36E7;
}
</style>
background-color css
<style>
a { background-color: #CC36E7; }
a { background-color: rgb(204,54,231); }
div.DivClassName
{
background-color: #CC36E7;
}
.BgClassName
{
background-color: #CC36E7;
}
</style>
border-color css
<style>
span { border-color: #CC36E7; }
span { border-color: rgb(204,54,231); }
td.TdClassName
{
border-color: #CC36E7;
}
.TagClassName
{
border-color: #CC36E7;
}
</style>