Shades of Medium Orchid #C664DF
Tints of Medium Orchid #C664DF
RGB
CMYK
RGB Variations
Color information
#C664DF (or 0xC664DF) is known color: Medium Orchid. HEX triplet: C6, 64 and DF. RGB value is (198,100,223). Sum of RGB (Red+Green+Blue) = 198+100+223=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C664DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664DF is #399B20. Grayscale: #8E8E8E. Windows color (decimal): -3775265 or 14640326. OLE color: 14640326.
HSL color Cylindrical-coordinate representation of color #C664DF: hue angle of 287.8º degrees, saturation: 0.66, 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 #C664DF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 100 | 223 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.13 |
| HSL | 287.8º | 0.66% | 0.63% | - |
| HSV(B) | 287.8º | 0.55% | 0.87% | - |
| XYZ | 41.17 | 26.45 | 72.75 | - |
| YUV | 143.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 223 | 0.11 | 0.55 | 0 | 0.13 | 287.8 | 0.66 | 0.63 |
| Hex | C6 | 64 | DF | B | 37 | 0 | D | 120 | 42 | 3F |
| Octal | 306 | 144 | 337 | 13 | 67 | 0 | 15 | 440 | 102 | 77 |
| Binary | 11000110 | 1100100 | 11011111 | 1011 | 110111 | 0 | 1101 | 100100000 | 1000010 | 111111 |
Color Harmonies of #C664DF
Complementary color
Monochromatic Colors of #C664DF
Black with #C664DF
Text Example
Text Example
White with #C664DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664DF; }
p { color: rgb(198,100,223); }
H1.HeaderClassName
{
color: #C664DF;
}
.AnyTagClassName
{
color: #C664DF;
}
</style>
background-color css
<style>
a { background-color: #C664DF; }
a { background-color: rgb(198,100,223); }
div.DivClassName
{
background-color: #C664DF;
}
.BgClassName
{
background-color: #C664DF;
}
</style>
border-color css
<style>
span { border-color: #C664DF; }
span { border-color: rgb(198,100,223); }
td.TdClassName
{
border-color: #C664DF;
}
.TagClassName
{
border-color: #C664DF;
}
</style>