Shades of Medium Orchid #CC36D8
Tints of Medium Orchid #CC36D8
RGB
CMYK
RGB Variations
Color information
#CC36D8 (or 0xCC36D8) is known color: Medium Orchid. HEX triplet: CC, 36 and D8. RGB value is (204,54,216). Sum of RGB (Red+Green+Blue) = 204+54+216=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC36D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36D8 is #33C927. Grayscale: #747474. Windows color (decimal): -3393832 or 14169804. OLE color: 14169804.
HSL color Cylindrical-coordinate representation of color #CC36D8: hue angle of 295.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC36D8 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 54 | 216 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.15 |
| HSL | 295.56º | 0.68% | 0.53% | - |
| HSV(B) | 295.56º | 0.75% | 0.85% | - |
| XYZ | 38.62 | 20.43 | 66.87 | - |
| YUV | 117.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 216 | 0.06 | 0.75 | 0 | 0.15 | 295.56 | 0.68 | 0.53 |
| Hex | CC | 36 | D8 | 6 | 4B | 0 | F | 128 | 44 | 35 |
| Octal | 314 | 66 | 330 | 6 | 113 | 0 | 17 | 450 | 104 | 65 |
| Binary | 11001100 | 110110 | 11011000 | 110 | 1001011 | 0 | 1111 | 100101000 | 1000100 | 110101 |
Color Harmonies of #CC36D8
Complementary color
Monochromatic Colors of #CC36D8
Black with #CC36D8
Text Example
Text Example
White with #CC36D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36D8; }
p { color: rgb(204,54,216); }
H1.HeaderClassName
{
color: #CC36D8;
}
.AnyTagClassName
{
color: #CC36D8;
}
</style>
background-color css
<style>
a { background-color: #CC36D8; }
a { background-color: rgb(204,54,216); }
div.DivClassName
{
background-color: #CC36D8;
}
.BgClassName
{
background-color: #CC36D8;
}
</style>
border-color css
<style>
span { border-color: #CC36D8; }
span { border-color: rgb(204,54,216); }
td.TdClassName
{
border-color: #CC36D8;
}
.TagClassName
{
border-color: #CC36D8;
}
</style>