Shades of Medium Orchid #C664DD
Tints of Medium Orchid #C664DD
RGB
CMYK
RGB Variations
Color information
#C664DD (or 0xC664DD) is known color: Medium Orchid. HEX triplet: C6, 64 and DD. RGB value is (198,100,221). Sum of RGB (Red+Green+Blue) = 198+100+221=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C664DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664DD is #399B22. Grayscale: #8E8E8E. Windows color (decimal): -3775267 or 14509254. OLE color: 14509254.
HSL color Cylindrical-coordinate representation of color #C664DD: hue angle of 288.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C664DD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 100 | 221 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.13 |
| HSL | 288.6º | 0.64% | 0.63% | - |
| HSV(B) | 288.6º | 0.55% | 0.87% | - |
| XYZ | 40.9 | 26.34 | 71.34 | - |
| YUV | 143.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 221 | 0.10 | 0.55 | 0 | 0.13 | 288.6 | 0.64 | 0.63 |
| Hex | C6 | 64 | DD | A | 37 | 0 | D | 121 | 40 | 3F |
| Octal | 306 | 144 | 335 | 12 | 67 | 0 | 15 | 441 | 100 | 77 |
| Binary | 11000110 | 1100100 | 11011101 | 1010 | 110111 | 0 | 1101 | 100100001 | 1000000 | 111111 |
Color Harmonies of #C664DD
Complementary color
Monochromatic Colors of #C664DD
Black with #C664DD
Text Example
Text Example
White with #C664DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664DD; }
p { color: rgb(198,100,221); }
H1.HeaderClassName
{
color: #C664DD;
}
.AnyTagClassName
{
color: #C664DD;
}
</style>
background-color css
<style>
a { background-color: #C664DD; }
a { background-color: rgb(198,100,221); }
div.DivClassName
{
background-color: #C664DD;
}
.BgClassName
{
background-color: #C664DD;
}
</style>
border-color css
<style>
span { border-color: #C664DD; }
span { border-color: rgb(198,100,221); }
td.TdClassName
{
border-color: #C664DD;
}
.TagClassName
{
border-color: #C664DD;
}
</style>