Shades of Medium Orchid #C663D7
Tints of Medium Orchid #C663D7
RGB
CMYK
RGB Variations
Color information
#C663D7 (or 0xC663D7) is known color: Medium Orchid. HEX triplet: C6, 63 and D7. RGB value is (198,99,215). Sum of RGB (Red+Green+Blue) = 198+99+215=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #C663D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663D7 is #399C28. Grayscale: #8D8D8D. Windows color (decimal): -3775529 or 14115782. OLE color: 14115782.
HSL color Cylindrical-coordinate representation of color #C663D7: hue angle of 291.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C663D7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 99 | 215 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.16 |
| HSL | 291.21º | 0.59% | 0.62% | - |
| HSV(B) | 291.21º | 0.54% | 0.84% | - |
| XYZ | 40.02 | 25.84 | 67.17 | - |
| YUV | 141.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 215 | 0.08 | 0.54 | 0 | 0.16 | 291.21 | 0.59 | 0.62 |
| Hex | C6 | 63 | D7 | 8 | 36 | 0 | 10 | 123 | 3B | 3E |
| Octal | 306 | 143 | 327 | 10 | 66 | 0 | 20 | 443 | 73 | 76 |
| Binary | 11000110 | 1100011 | 11010111 | 1000 | 110110 | 0 | 10000 | 100100011 | 111011 | 111110 |
Color Harmonies of #C663D7
Complementary color
Monochromatic Colors of #C663D7
Black with #C663D7
Text Example
Text Example
White with #C663D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663D7; }
p { color: rgb(198,99,215); }
H1.HeaderClassName
{
color: #C663D7;
}
.AnyTagClassName
{
color: #C663D7;
}
</style>
background-color css
<style>
a { background-color: #C663D7; }
a { background-color: rgb(198,99,215); }
div.DivClassName
{
background-color: #C663D7;
}
.BgClassName
{
background-color: #C663D7;
}
</style>
border-color css
<style>
span { border-color: #C663D7; }
span { border-color: rgb(198,99,215); }
td.TdClassName
{
border-color: #C663D7;
}
.TagClassName
{
border-color: #C663D7;
}
</style>