Shades of Medium Orchid #CC4DF6
Tints of Medium Orchid #CC4DF6
RGB
CMYK
RGB Variations
Color information
#CC4DF6 (or 0xCC4DF6) is known color: Medium Orchid. HEX triplet: CC, 4D and F6. RGB value is (204,77,246). Sum of RGB (Red+Green+Blue) = 204+77+246=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC4DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4DF6 is #33B209. Grayscale: #858585. Windows color (decimal): -3387914 or 16141772. OLE color: 16141772.
HSL color Cylindrical-coordinate representation of color #CC4DF6: hue angle of 285.09º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4DF6 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 77 | 246 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.04 |
| HSL | 285.09º | 0.9% | 0.63% | - |
| HSV(B) | 285.09º | 0.69% | 0.96% | - |
| XYZ | 44.19 | 24.8 | 89.65 | - |
| YUV | 134.24 | 191.08 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 246 | 0.17 | 0.69 | 0 | 0.04 | 285.09 | 0.9 | 0.63 |
| Hex | CC | 4D | F6 | 11 | 45 | 0 | 4 | 11D | 5A | 3F |
| Octal | 314 | 115 | 366 | 21 | 105 | 0 | 4 | 435 | 132 | 77 |
| Binary | 11001100 | 1001101 | 11110110 | 10001 | 1000101 | 0 | 100 | 100011101 | 1011010 | 111111 |
Color Harmonies of #CC4DF6
Complementary color
Monochromatic Colors of #CC4DF6
Black with #CC4DF6
Text Example
Text Example
White with #CC4DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DF6; }
p { color: rgb(204,77,246); }
H1.HeaderClassName
{
color: #CC4DF6;
}
.AnyTagClassName
{
color: #CC4DF6;
}
</style>
background-color css
<style>
a { background-color: #CC4DF6; }
a { background-color: rgb(204,77,246); }
div.DivClassName
{
background-color: #CC4DF6;
}
.BgClassName
{
background-color: #CC4DF6;
}
</style>
border-color css
<style>
span { border-color: #CC4DF6; }
span { border-color: rgb(204,77,246); }
td.TdClassName
{
border-color: #CC4DF6;
}
.TagClassName
{
border-color: #CC4DF6;
}
</style>