Shades of Medium Orchid #C646D8
Tints of Medium Orchid #C646D8
RGB
CMYK
RGB Variations
Color information
#C646D8 (or 0xC646D8) is known color: Medium Orchid. HEX triplet: C6, 46 and D8. RGB value is (198,70,216). Sum of RGB (Red+Green+Blue) = 198+70+216=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #C646D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646D8 is #39B927. Grayscale: #7C7C7C. Windows color (decimal): -3782952 or 14173894. OLE color: 14173894.
HSL color Cylindrical-coordinate representation of color #C646D8: hue angle of 292.6º degrees, saturation: 0.65, 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 #C646D8 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 70 | 216 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.15 |
| HSL | 292.6º | 0.65% | 0.56% | - |
| HSV(B) | 292.6º | 0.68% | 0.85% | - |
| XYZ | 37.87 | 21.34 | 67.09 | - |
| YUV | 124.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 216 | 0.08 | 0.68 | 0 | 0.15 | 292.6 | 0.65 | 0.56 |
| Hex | C6 | 46 | D8 | 8 | 44 | 0 | F | 125 | 41 | 38 |
| Octal | 306 | 106 | 330 | 10 | 104 | 0 | 17 | 445 | 101 | 70 |
| Binary | 11000110 | 1000110 | 11011000 | 1000 | 1000100 | 0 | 1111 | 100100101 | 1000001 | 111000 |
Color Harmonies of #C646D8
Complementary color
Monochromatic Colors of #C646D8
Black with #C646D8
Text Example
Text Example
White with #C646D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646D8; }
p { color: rgb(198,70,216); }
H1.HeaderClassName
{
color: #C646D8;
}
.AnyTagClassName
{
color: #C646D8;
}
</style>
background-color css
<style>
a { background-color: #C646D8; }
a { background-color: rgb(198,70,216); }
div.DivClassName
{
background-color: #C646D8;
}
.BgClassName
{
background-color: #C646D8;
}
</style>
border-color css
<style>
span { border-color: #C646D8; }
span { border-color: rgb(198,70,216); }
td.TdClassName
{
border-color: #C646D8;
}
.TagClassName
{
border-color: #C646D8;
}
</style>