Shades of Medium Orchid #C564E6
Tints of Medium Orchid #C564E6
RGB
CMYK
RGB Variations
Color information
#C564E6 (or 0xC564E6) is known color: Medium Orchid. HEX triplet: C5, 64 and E6. RGB value is (197,100,230). Sum of RGB (Red+Green+Blue) = 197+100+230=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #C564E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564E6 is #3A9B19. Grayscale: #8F8F8F. Windows color (decimal): -3840794 or 15099077. OLE color: 15099077.
HSL color Cylindrical-coordinate representation of color #C564E6: hue angle of 284.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C564E6 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 100 | 230 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.10 |
| HSL | 284.77º | 0.72% | 0.65% | - |
| HSV(B) | 284.77º | 0.57% | 0.9% | - |
| XYZ | 41.87 | 26.7 | 77.81 | - |
| YUV | 143.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 230 | 0.14 | 0.57 | 0 | 0.10 | 284.77 | 0.72 | 0.65 |
| Hex | C5 | 64 | E6 | E | 39 | 0 | A | 11D | 48 | 41 |
| Octal | 305 | 144 | 346 | 16 | 71 | 0 | 12 | 435 | 110 | 101 |
| Binary | 11000101 | 1100100 | 11100110 | 1110 | 111001 | 0 | 1010 | 100011101 | 1001000 | 1000001 |
Color Harmonies of #C564E6
Complementary color
Monochromatic Colors of #C564E6
Black with #C564E6
Text Example
Text Example
White with #C564E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564E6; }
p { color: rgb(197,100,230); }
H1.HeaderClassName
{
color: #C564E6;
}
.AnyTagClassName
{
color: #C564E6;
}
</style>
background-color css
<style>
a { background-color: #C564E6; }
a { background-color: rgb(197,100,230); }
div.DivClassName
{
background-color: #C564E6;
}
.BgClassName
{
background-color: #C564E6;
}
</style>
border-color css
<style>
span { border-color: #C564E6; }
span { border-color: rgb(197,100,230); }
td.TdClassName
{
border-color: #C564E6;
}
.TagClassName
{
border-color: #C564E6;
}
</style>