Shades of Medium Orchid #CC36DB
Tints of Medium Orchid #CC36DB
RGB
CMYK
RGB Variations
Color information
#CC36DB (or 0xCC36DB) is known color: Medium Orchid. HEX triplet: CC, 36 and DB. RGB value is (204,54,219). Sum of RGB (Red+Green+Blue) = 204+54+219=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36DB is #33C924. Grayscale: #757575. Windows color (decimal): -3393829 or 14366412. OLE color: 14366412.
HSL color Cylindrical-coordinate representation of color #CC36DB: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC36DB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 54 | 219 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.14 |
| HSL | 294.55º | 0.7% | 0.54% | - |
| HSV(B) | 294.55º | 0.75% | 0.86% | - |
| XYZ | 39.01 | 20.59 | 68.94 | - |
| YUV | 117.66 | 185.2 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 219 | 0.07 | 0.75 | 0 | 0.14 | 294.55 | 0.7 | 0.54 |
| Hex | CC | 36 | DB | 7 | 4B | 0 | E | 127 | 46 | 36 |
| Octal | 314 | 66 | 333 | 7 | 113 | 0 | 16 | 447 | 106 | 66 |
| Binary | 11001100 | 110110 | 11011011 | 111 | 1001011 | 0 | 1110 | 100100111 | 1000110 | 110110 |
Color Harmonies of #CC36DB
Complementary color
Monochromatic Colors of #CC36DB
Black with #CC36DB
Text Example
Text Example
White with #CC36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36DB; }
p { color: rgb(204,54,219); }
H1.HeaderClassName
{
color: #CC36DB;
}
.AnyTagClassName
{
color: #CC36DB;
}
</style>
background-color css
<style>
a { background-color: #CC36DB; }
a { background-color: rgb(204,54,219); }
div.DivClassName
{
background-color: #CC36DB;
}
.BgClassName
{
background-color: #CC36DB;
}
</style>
border-color css
<style>
span { border-color: #CC36DB; }
span { border-color: rgb(204,54,219); }
td.TdClassName
{
border-color: #CC36DB;
}
.TagClassName
{
border-color: #CC36DB;
}
</style>