Shades of Medium Orchid #C646D2
Tints of Medium Orchid #C646D2
RGB
CMYK
RGB Variations
Color information
#C646D2 (or 0xC646D2) is known color: Medium Orchid. HEX triplet: C6, 46 and D2. RGB value is (198,70,210). Sum of RGB (Red+Green+Blue) = 198+70+210=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #C646D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646D2 is #39B92D. Grayscale: #7B7B7B. Windows color (decimal): -3782958 or 13780678. OLE color: 13780678.
HSL color Cylindrical-coordinate representation of color #C646D2: hue angle of 294.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C646D2 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 70 | 210 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.18 |
| HSL | 294.86º | 0.61% | 0.55% | - |
| HSV(B) | 294.86º | 0.67% | 0.82% | - |
| XYZ | 37.11 | 21.04 | 63.08 | - |
| YUV | 124.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 210 | 0.06 | 0.67 | 0 | 0.18 | 294.86 | 0.61 | 0.55 |
| Hex | C6 | 46 | D2 | 6 | 43 | 0 | 12 | 127 | 3D | 37 |
| Octal | 306 | 106 | 322 | 6 | 103 | 0 | 22 | 447 | 75 | 67 |
| Binary | 11000110 | 1000110 | 11010010 | 110 | 1000011 | 0 | 10010 | 100100111 | 111101 | 110111 |
Color Harmonies of #C646D2
Complementary color
Monochromatic Colors of #C646D2
Black with #C646D2
Text Example
Text Example
White with #C646D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646D2; }
p { color: rgb(198,70,210); }
H1.HeaderClassName
{
color: #C646D2;
}
.AnyTagClassName
{
color: #C646D2;
}
</style>
background-color css
<style>
a { background-color: #C646D2; }
a { background-color: rgb(198,70,210); }
div.DivClassName
{
background-color: #C646D2;
}
.BgClassName
{
background-color: #C646D2;
}
</style>
border-color css
<style>
span { border-color: #C646D2; }
span { border-color: rgb(198,70,210); }
td.TdClassName
{
border-color: #C646D2;
}
.TagClassName
{
border-color: #C646D2;
}
</style>