Shades of Medium Orchid #C664EA
Tints of Medium Orchid #C664EA
RGB
CMYK
RGB Variations
Color information
#C664EA (or 0xC664EA) is known color: Medium Orchid. HEX triplet: C6, 64 and EA. RGB value is (198,100,234). Sum of RGB (Red+Green+Blue) = 198+100+234=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C664EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EA is #399B15. Grayscale: #909090. Windows color (decimal): -3775254 or 15361222. OLE color: 15361222.
HSL color Cylindrical-coordinate representation of color #C664EA: hue angle of 283.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C664EA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 100 | 234 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.08 |
| HSL | 283.88º | 0.76% | 0.65% | - |
| HSV(B) | 283.88º | 0.57% | 0.92% | - |
| XYZ | 42.7 | 27.06 | 80.81 | - |
| YUV | 144.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 234 | 0.15 | 0.57 | 0 | 0.08 | 283.88 | 0.76 | 0.65 |
| Hex | C6 | 64 | EA | F | 39 | 0 | 8 | 11C | 4C | 41 |
| Octal | 306 | 144 | 352 | 17 | 71 | 0 | 10 | 434 | 114 | 101 |
| Binary | 11000110 | 1100100 | 11101010 | 1111 | 111001 | 0 | 1000 | 100011100 | 1001100 | 1000001 |
Color Harmonies of #C664EA
Complementary color
Monochromatic Colors of #C664EA
Black with #C664EA
Text Example
Text Example
White with #C664EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664EA; }
p { color: rgb(198,100,234); }
H1.HeaderClassName
{
color: #C664EA;
}
.AnyTagClassName
{
color: #C664EA;
}
</style>
background-color css
<style>
a { background-color: #C664EA; }
a { background-color: rgb(198,100,234); }
div.DivClassName
{
background-color: #C664EA;
}
.BgClassName
{
background-color: #C664EA;
}
</style>
border-color css
<style>
span { border-color: #C664EA; }
span { border-color: rgb(198,100,234); }
td.TdClassName
{
border-color: #C664EA;
}
.TagClassName
{
border-color: #C664EA;
}
</style>