Shades of Medium Orchid #C664EC
Tints of Medium Orchid #C664EC
RGB
CMYK
RGB Variations
Color information
#C664EC (or 0xC664EC) is known color: Medium Orchid. HEX triplet: C6, 64 and EC. RGB value is (198,100,236). Sum of RGB (Red+Green+Blue) = 198+100+236=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C664EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EC is #399B13. Grayscale: #909090. Windows color (decimal): -3775252 or 15492294. OLE color: 15492294.
HSL color Cylindrical-coordinate representation of color #C664EC: hue angle of 283.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C664EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 100 | 236 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.07 |
| HSL | 283.24º | 0.78% | 0.66% | - |
| HSV(B) | 283.24º | 0.58% | 0.93% | - |
| XYZ | 42.99 | 27.18 | 82.34 | - |
| YUV | 144.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 236 | 0.16 | 0.58 | 0 | 0.07 | 283.24 | 0.78 | 0.66 |
| Hex | C6 | 64 | EC | 10 | 3A | 0 | 7 | 11B | 4E | 42 |
| Octal | 306 | 144 | 354 | 20 | 72 | 0 | 7 | 433 | 116 | 102 |
| Binary | 11000110 | 1100100 | 11101100 | 10000 | 111010 | 0 | 111 | 100011011 | 1001110 | 1000010 |
Color Harmonies of #C664EC
Complementary color
Monochromatic Colors of #C664EC
Black with #C664EC
Text Example
Text Example
White with #C664EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664EC; }
p { color: rgb(198,100,236); }
H1.HeaderClassName
{
color: #C664EC;
}
.AnyTagClassName
{
color: #C664EC;
}
</style>
background-color css
<style>
a { background-color: #C664EC; }
a { background-color: rgb(198,100,236); }
div.DivClassName
{
background-color: #C664EC;
}
.BgClassName
{
background-color: #C664EC;
}
</style>
border-color css
<style>
span { border-color: #C664EC; }
span { border-color: rgb(198,100,236); }
td.TdClassName
{
border-color: #C664EC;
}
.TagClassName
{
border-color: #C664EC;
}
</style>