Shades of Medium Orchid #CC36EA
Tints of Medium Orchid #CC36EA
RGB
CMYK
RGB Variations
Color information
#CC36EA (or 0xCC36EA) is known color: Medium Orchid. HEX triplet: CC, 36 and EA. RGB value is (204,54,234). Sum of RGB (Red+Green+Blue) = 204+54+234=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC36EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36EA is #33C915. Grayscale: #767676. Windows color (decimal): -3393814 or 15349452. OLE color: 15349452.
HSL color Cylindrical-coordinate representation of color #CC36EA: hue angle of 290º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC36EA is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 54 | 234 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.08 |
| HSL | 290º | 0.81% | 0.56% | - |
| HSV(B) | 290º | 0.77% | 0.92% | - |
| XYZ | 41.07 | 21.42 | 79.81 | - |
| YUV | 119.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 234 | 0.13 | 0.77 | 0 | 0.08 | 290 | 0.81 | 0.56 |
| Hex | CC | 36 | EA | D | 4D | 0 | 8 | 122 | 51 | 38 |
| Octal | 314 | 66 | 352 | 15 | 115 | 0 | 10 | 442 | 121 | 70 |
| Binary | 11001100 | 110110 | 11101010 | 1101 | 1001101 | 0 | 1000 | 100100010 | 1010001 | 111000 |
Color Harmonies of #CC36EA
Complementary color
Monochromatic Colors of #CC36EA
Black with #CC36EA
Text Example
Text Example
White with #CC36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36EA; }
p { color: rgb(204,54,234); }
H1.HeaderClassName
{
color: #CC36EA;
}
.AnyTagClassName
{
color: #CC36EA;
}
</style>
background-color css
<style>
a { background-color: #CC36EA; }
a { background-color: rgb(204,54,234); }
div.DivClassName
{
background-color: #CC36EA;
}
.BgClassName
{
background-color: #CC36EA;
}
</style>
border-color css
<style>
span { border-color: #CC36EA; }
span { border-color: rgb(204,54,234); }
td.TdClassName
{
border-color: #CC36EA;
}
.TagClassName
{
border-color: #CC36EA;
}
</style>