Shades of Medium Orchid #C664D8
Tints of Medium Orchid #C664D8
RGB
CMYK
RGB Variations
Color information
#C664D8 (or 0xC664D8) is known color: Medium Orchid. HEX triplet: C6, 64 and D8. RGB value is (198,100,216). Sum of RGB (Red+Green+Blue) = 198+100+216=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #C664D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664D8 is #399B27. Grayscale: #8E8E8E. Windows color (decimal): -3775272 or 14181574. OLE color: 14181574.
HSL color Cylindrical-coordinate representation of color #C664D8: hue angle of 290.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C664D8 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 100 | 216 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.15 |
| HSL | 290.69º | 0.6% | 0.62% | - |
| HSV(B) | 290.69º | 0.54% | 0.85% | - |
| XYZ | 40.24 | 26.08 | 67.88 | - |
| YUV | 142.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 216 | 0.08 | 0.54 | 0 | 0.15 | 290.69 | 0.6 | 0.62 |
| Hex | C6 | 64 | D8 | 8 | 36 | 0 | F | 123 | 3C | 3E |
| Octal | 306 | 144 | 330 | 10 | 66 | 0 | 17 | 443 | 74 | 76 |
| Binary | 11000110 | 1100100 | 11011000 | 1000 | 110110 | 0 | 1111 | 100100011 | 111100 | 111110 |
Color Harmonies of #C664D8
Complementary color
Monochromatic Colors of #C664D8
Black with #C664D8
Text Example
Text Example
White with #C664D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664D8; }
p { color: rgb(198,100,216); }
H1.HeaderClassName
{
color: #C664D8;
}
.AnyTagClassName
{
color: #C664D8;
}
</style>
background-color css
<style>
a { background-color: #C664D8; }
a { background-color: rgb(198,100,216); }
div.DivClassName
{
background-color: #C664D8;
}
.BgClassName
{
background-color: #C664D8;
}
</style>
border-color css
<style>
span { border-color: #C664D8; }
span { border-color: rgb(198,100,216); }
td.TdClassName
{
border-color: #C664D8;
}
.TagClassName
{
border-color: #C664D8;
}
</style>