Shades of Medium Orchid #CC4EF6
Tints of Medium Orchid #CC4EF6
RGB
CMYK
RGB Variations
Color information
#CC4EF6 (or 0xCC4EF6) is known color: Medium Orchid. HEX triplet: CC, 4E and F6. RGB value is (204,78,246). Sum of RGB (Red+Green+Blue) = 204+78+246=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC4EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EF6 is #33B109. Grayscale: #868686. Windows color (decimal): -3387658 or 16142028. OLE color: 16142028.
HSL color Cylindrical-coordinate representation of color #CC4EF6: hue angle of 285º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4EF6 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 78 | 246 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.04 |
| HSL | 285º | 0.9% | 0.64% | - |
| HSV(B) | 285º | 0.68% | 0.96% | - |
| XYZ | 44.26 | 24.94 | 89.67 | - |
| YUV | 134.83 | 190.74 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 246 | 0.17 | 0.68 | 0 | 0.04 | 285 | 0.9 | 0.64 |
| Hex | CC | 4E | F6 | 11 | 44 | 0 | 4 | 11D | 5A | 40 |
| Octal | 314 | 116 | 366 | 21 | 104 | 0 | 4 | 435 | 132 | 100 |
| Binary | 11001100 | 1001110 | 11110110 | 10001 | 1000100 | 0 | 100 | 100011101 | 1011010 | 1000000 |
Color Harmonies of #CC4EF6
Complementary color
Monochromatic Colors of #CC4EF6
Black with #CC4EF6
Text Example
Text Example
White with #CC4EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EF6; }
p { color: rgb(204,78,246); }
H1.HeaderClassName
{
color: #CC4EF6;
}
.AnyTagClassName
{
color: #CC4EF6;
}
</style>
background-color css
<style>
a { background-color: #CC4EF6; }
a { background-color: rgb(204,78,246); }
div.DivClassName
{
background-color: #CC4EF6;
}
.BgClassName
{
background-color: #CC4EF6;
}
</style>
border-color css
<style>
span { border-color: #CC4EF6; }
span { border-color: rgb(204,78,246); }
td.TdClassName
{
border-color: #CC4EF6;
}
.TagClassName
{
border-color: #CC4EF6;
}
</style>