Shades of Medium Orchid #CC36ED
Tints of Medium Orchid #CC36ED
RGB
CMYK
RGB Variations
Color information
#CC36ED (or 0xCC36ED) is known color: Medium Orchid. HEX triplet: CC, 36 and ED. RGB value is (204,54,237). Sum of RGB (Red+Green+Blue) = 204+54+237=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36ED is #33C912. Grayscale: #777777. Windows color (decimal): -3393811 or 15546060. OLE color: 15546060.
HSL color Cylindrical-coordinate representation of color #CC36ED: hue angle of 289.18º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC36ED is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 54 | 237 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.07 |
| HSL | 289.18º | 0.84% | 0.57% | - |
| HSV(B) | 289.18º | 0.77% | 0.93% | - |
| XYZ | 41.51 | 21.59 | 82.1 | - |
| YUV | 119.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 237 | 0.14 | 0.77 | 0 | 0.07 | 289.18 | 0.84 | 0.57 |
| Hex | CC | 36 | ED | E | 4D | 0 | 7 | 121 | 54 | 39 |
| Octal | 314 | 66 | 355 | 16 | 115 | 0 | 7 | 441 | 124 | 71 |
| Binary | 11001100 | 110110 | 11101101 | 1110 | 1001101 | 0 | 111 | 100100001 | 1010100 | 111001 |
Color Harmonies of #CC36ED
Complementary color
Monochromatic Colors of #CC36ED
Black with #CC36ED
Text Example
Text Example
White with #CC36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36ED; }
p { color: rgb(204,54,237); }
H1.HeaderClassName
{
color: #CC36ED;
}
.AnyTagClassName
{
color: #CC36ED;
}
</style>
background-color css
<style>
a { background-color: #CC36ED; }
a { background-color: rgb(204,54,237); }
div.DivClassName
{
background-color: #CC36ED;
}
.BgClassName
{
background-color: #CC36ED;
}
</style>
border-color css
<style>
span { border-color: #CC36ED; }
span { border-color: rgb(204,54,237); }
td.TdClassName
{
border-color: #CC36ED;
}
.TagClassName
{
border-color: #CC36ED;
}
</style>