Shades of Medium Orchid #C568E6
Tints of Medium Orchid #C568E6
RGB
CMYK
RGB Variations
Color information
#C568E6 (or 0xC568E6) is known color: Medium Orchid. HEX triplet: C5, 68 and E6. RGB value is (197,104,230). Sum of RGB (Red+Green+Blue) = 197+104+230=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #C568E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C568E6 is #3A9719. Grayscale: #919191. Windows color (decimal): -3839770 or 15100101. OLE color: 15100101.
HSL color Cylindrical-coordinate representation of color #C568E6: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C568E6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 104 | 230 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.10 |
| HSL | 284.29º | 0.72% | 0.65% | - |
| HSV(B) | 284.29º | 0.55% | 0.9% | - |
| XYZ | 42.26 | 27.48 | 77.94 | - |
| YUV | 146.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 230 | 0.14 | 0.55 | 0 | 0.10 | 284.29 | 0.72 | 0.65 |
| Hex | C5 | 68 | E6 | E | 37 | 0 | A | 11C | 48 | 41 |
| Octal | 305 | 150 | 346 | 16 | 67 | 0 | 12 | 434 | 110 | 101 |
| Binary | 11000101 | 1101000 | 11100110 | 1110 | 110111 | 0 | 1010 | 100011100 | 1001000 | 1000001 |
Color Harmonies of #C568E6
Complementary color
Monochromatic Colors of #C568E6
Black with #C568E6
Text Example
Text Example
White with #C568E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568E6; }
p { color: rgb(197,104,230); }
H1.HeaderClassName
{
color: #C568E6;
}
.AnyTagClassName
{
color: #C568E6;
}
</style>
background-color css
<style>
a { background-color: #C568E6; }
a { background-color: rgb(197,104,230); }
div.DivClassName
{
background-color: #C568E6;
}
.BgClassName
{
background-color: #C568E6;
}
</style>
border-color css
<style>
span { border-color: #C568E6; }
span { border-color: rgb(197,104,230); }
td.TdClassName
{
border-color: #C568E6;
}
.TagClassName
{
border-color: #C568E6;
}
</style>