Shades of Medium Orchid #C660D9
Tints of Medium Orchid #C660D9
RGB
CMYK
RGB Variations
Color information
#C660D9 (or 0xC660D9) is known color: Medium Orchid. HEX triplet: C6, 60 and D9. RGB value is (198,96,217). Sum of RGB (Red+Green+Blue) = 198+96+217=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #C660D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660D9 is #399F26. Grayscale: #8B8B8B. Windows color (decimal): -3776295 or 14246086. OLE color: 14246086.
HSL color Cylindrical-coordinate representation of color #C660D9: hue angle of 290.58º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C660D9 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 96 | 217 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.15 |
| HSL | 290.58º | 0.61% | 0.61% | - |
| HSV(B) | 290.58º | 0.56% | 0.85% | - |
| XYZ | 40 | 25.38 | 68.44 | - |
| YUV | 140.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 217 | 0.09 | 0.56 | 0 | 0.15 | 290.58 | 0.61 | 0.61 |
| Hex | C6 | 60 | D9 | 9 | 38 | 0 | F | 123 | 3D | 3D |
| Octal | 306 | 140 | 331 | 11 | 70 | 0 | 17 | 443 | 75 | 75 |
| Binary | 11000110 | 1100000 | 11011001 | 1001 | 111000 | 0 | 1111 | 100100011 | 111101 | 111101 |
Color Harmonies of #C660D9
Complementary color
Monochromatic Colors of #C660D9
Black with #C660D9
Text Example
Text Example
White with #C660D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660D9; }
p { color: rgb(198,96,217); }
H1.HeaderClassName
{
color: #C660D9;
}
.AnyTagClassName
{
color: #C660D9;
}
</style>
background-color css
<style>
a { background-color: #C660D9; }
a { background-color: rgb(198,96,217); }
div.DivClassName
{
background-color: #C660D9;
}
.BgClassName
{
background-color: #C660D9;
}
</style>
border-color css
<style>
span { border-color: #C660D9; }
span { border-color: rgb(198,96,217); }
td.TdClassName
{
border-color: #C660D9;
}
.TagClassName
{
border-color: #C660D9;
}
</style>