Shades of Medium Orchid #CC4AD6
Tints of Medium Orchid #CC4AD6
RGB
CMYK
RGB Variations
Color information
#CC4AD6 (or 0xCC4AD6) is known color: Medium Orchid. HEX triplet: CC, 4A and D6. RGB value is (204,74,214). Sum of RGB (Red+Green+Blue) = 204+74+214=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD6 is #33B529. Grayscale: #808080. Windows color (decimal): -3388714 or 14043852. OLE color: 14043852.
HSL color Cylindrical-coordinate representation of color #CC4AD6: hue angle of 295.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4AD6 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 74 | 214 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.16 |
| HSL | 295.71º | 0.63% | 0.56% | - |
| HSV(B) | 295.71º | 0.65% | 0.84% | - |
| XYZ | 39.49 | 22.59 | 65.9 | - |
| YUV | 128.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 214 | 0.05 | 0.65 | 0 | 0.16 | 295.71 | 0.63 | 0.56 |
| Hex | CC | 4A | D6 | 5 | 41 | 0 | 10 | 128 | 3F | 38 |
| Octal | 314 | 112 | 326 | 5 | 101 | 0 | 20 | 450 | 77 | 70 |
| Binary | 11001100 | 1001010 | 11010110 | 101 | 1000001 | 0 | 10000 | 100101000 | 111111 | 111000 |
Color Harmonies of #CC4AD6
Complementary color
Monochromatic Colors of #CC4AD6
Black with #CC4AD6
Text Example
Text Example
White with #CC4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AD6; }
p { color: rgb(204,74,214); }
H1.HeaderClassName
{
color: #CC4AD6;
}
.AnyTagClassName
{
color: #CC4AD6;
}
</style>
background-color css
<style>
a { background-color: #CC4AD6; }
a { background-color: rgb(204,74,214); }
div.DivClassName
{
background-color: #CC4AD6;
}
.BgClassName
{
background-color: #CC4AD6;
}
</style>
border-color css
<style>
span { border-color: #CC4AD6; }
span { border-color: rgb(204,74,214); }
td.TdClassName
{
border-color: #CC4AD6;
}
.TagClassName
{
border-color: #CC4AD6;
}
</style>