Shades of Medium Orchid #C564EA
Tints of Medium Orchid #C564EA
RGB
CMYK
RGB Variations
Color information
#C564EA (or 0xC564EA) is known color: Medium Orchid. HEX triplet: C5, 64 and EA. RGB value is (197,100,234). Sum of RGB (Red+Green+Blue) = 197+100+234=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C564EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564EA is #3A9B15. Grayscale: #8F8F8F. Windows color (decimal): -3840790 or 15361221. OLE color: 15361221.
HSL color Cylindrical-coordinate representation of color #C564EA: hue angle of 283.43º 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 #C564EA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 100 | 234 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.08 |
| HSL | 283.43º | 0.76% | 0.65% | - |
| HSV(B) | 283.43º | 0.57% | 0.92% | - |
| XYZ | 42.43 | 26.93 | 80.8 | - |
| YUV | 144.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 234 | 0.16 | 0.57 | 0 | 0.08 | 283.43 | 0.76 | 0.65 |
| Hex | C5 | 64 | EA | 10 | 39 | 0 | 8 | 11B | 4C | 41 |
| Octal | 305 | 144 | 352 | 20 | 71 | 0 | 10 | 433 | 114 | 101 |
| Binary | 11000101 | 1100100 | 11101010 | 10000 | 111001 | 0 | 1000 | 100011011 | 1001100 | 1000001 |
Color Harmonies of #C564EA
Complementary color
Monochromatic Colors of #C564EA
Black with #C564EA
Text Example
Text Example
White with #C564EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564EA; }
p { color: rgb(197,100,234); }
H1.HeaderClassName
{
color: #C564EA;
}
.AnyTagClassName
{
color: #C564EA;
}
</style>
background-color css
<style>
a { background-color: #C564EA; }
a { background-color: rgb(197,100,234); }
div.DivClassName
{
background-color: #C564EA;
}
.BgClassName
{
background-color: #C564EA;
}
</style>
border-color css
<style>
span { border-color: #C564EA; }
span { border-color: rgb(197,100,234); }
td.TdClassName
{
border-color: #C564EA;
}
.TagClassName
{
border-color: #C564EA;
}
</style>