Shades of Medium Orchid #CC46DA
Tints of Medium Orchid #CC46DA
RGB
CMYK
RGB Variations
Color information
#CC46DA (or 0xCC46DA) is known color: Medium Orchid. HEX triplet: CC, 46 and DA. RGB value is (204,70,218). Sum of RGB (Red+Green+Blue) = 204+70+218=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46DA is #33B925. Grayscale: #7E7E7E. Windows color (decimal): -3389734 or 14304972. OLE color: 14304972.
HSL color Cylindrical-coordinate representation of color #CC46DA: hue angle of 294.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC46DA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 70 | 218 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.15 |
| HSL | 294.32º | 0.67% | 0.56% | - |
| HSV(B) | 294.32º | 0.68% | 0.85% | - |
| XYZ | 39.75 | 22.28 | 68.54 | - |
| YUV | 126.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 218 | 0.06 | 0.68 | 0 | 0.15 | 294.32 | 0.67 | 0.56 |
| Hex | CC | 46 | DA | 6 | 44 | 0 | F | 126 | 43 | 38 |
| Octal | 314 | 106 | 332 | 6 | 104 | 0 | 17 | 446 | 103 | 70 |
| Binary | 11001100 | 1000110 | 11011010 | 110 | 1000100 | 0 | 1111 | 100100110 | 1000011 | 111000 |
Color Harmonies of #CC46DA
Complementary color
Monochromatic Colors of #CC46DA
Black with #CC46DA
Text Example
Text Example
White with #CC46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46DA; }
p { color: rgb(204,70,218); }
H1.HeaderClassName
{
color: #CC46DA;
}
.AnyTagClassName
{
color: #CC46DA;
}
</style>
background-color css
<style>
a { background-color: #CC46DA; }
a { background-color: rgb(204,70,218); }
div.DivClassName
{
background-color: #CC46DA;
}
.BgClassName
{
background-color: #CC46DA;
}
</style>
border-color css
<style>
span { border-color: #CC46DA; }
span { border-color: rgb(204,70,218); }
td.TdClassName
{
border-color: #CC46DA;
}
.TagClassName
{
border-color: #CC46DA;
}
</style>