Shades of Medium Orchid #CC46E8
Tints of Medium Orchid #CC46E8
RGB
CMYK
RGB Variations
Color information
#CC46E8 (or 0xCC46E8) is known color: Medium Orchid. HEX triplet: CC, 46 and E8. RGB value is (204,70,232). Sum of RGB (Red+Green+Blue) = 204+70+232=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC46E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46E8 is #33B917. Grayscale: #808080. Windows color (decimal): -3389720 or 15222476. OLE color: 15222476.
HSL color Cylindrical-coordinate representation of color #CC46E8: hue angle of 289.63º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC46E8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 70 | 232 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.09 |
| HSL | 289.63º | 0.78% | 0.59% | - |
| HSV(B) | 289.63º | 0.7% | 0.91% | - |
| XYZ | 41.66 | 23.04 | 78.6 | - |
| YUV | 128.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 232 | 0.12 | 0.70 | 0 | 0.09 | 289.63 | 0.78 | 0.59 |
| Hex | CC | 46 | E8 | C | 46 | 0 | 9 | 122 | 4E | 3B |
| Octal | 314 | 106 | 350 | 14 | 106 | 0 | 11 | 442 | 116 | 73 |
| Binary | 11001100 | 1000110 | 11101000 | 1100 | 1000110 | 0 | 1001 | 100100010 | 1001110 | 111011 |
Color Harmonies of #CC46E8
Complementary color
Monochromatic Colors of #CC46E8
Black with #CC46E8
Text Example
Text Example
White with #CC46E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46E8; }
p { color: rgb(204,70,232); }
H1.HeaderClassName
{
color: #CC46E8;
}
.AnyTagClassName
{
color: #CC46E8;
}
</style>
background-color css
<style>
a { background-color: #CC46E8; }
a { background-color: rgb(204,70,232); }
div.DivClassName
{
background-color: #CC46E8;
}
.BgClassName
{
background-color: #CC46E8;
}
</style>
border-color css
<style>
span { border-color: #CC46E8; }
span { border-color: rgb(204,70,232); }
td.TdClassName
{
border-color: #CC46E8;
}
.TagClassName
{
border-color: #CC46E8;
}
</style>