Shades of Medium Orchid #C569E4
Tints of Medium Orchid #C569E4
RGB
CMYK
RGB Variations
Color information
#C569E4 (or 0xC569E4) is known color: Medium Orchid. HEX triplet: C5, 69 and E4. RGB value is (197,105,228). Sum of RGB (Red+Green+Blue) = 197+105+228=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #C569E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569E4 is #3A961B. Grayscale: #929292. Windows color (decimal): -3839516 or 14969285. OLE color: 14969285.
HSL color Cylindrical-coordinate representation of color #C569E4: hue angle of 284.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C569E4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 105 | 228 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.11 |
| HSL | 284.88º | 0.69% | 0.65% | - |
| HSV(B) | 284.88º | 0.54% | 0.89% | - |
| XYZ | 42.08 | 27.57 | 76.5 | - |
| YUV | 146.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 228 | 0.14 | 0.54 | 0 | 0.11 | 284.88 | 0.69 | 0.65 |
| Hex | C5 | 69 | E4 | E | 36 | 0 | B | 11D | 45 | 41 |
| Octal | 305 | 151 | 344 | 16 | 66 | 0 | 13 | 435 | 105 | 101 |
| Binary | 11000101 | 1101001 | 11100100 | 1110 | 110110 | 0 | 1011 | 100011101 | 1000101 | 1000001 |
Color Harmonies of #C569E4
Complementary color
Monochromatic Colors of #C569E4
Black with #C569E4
Text Example
Text Example
White with #C569E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569E4; }
p { color: rgb(197,105,228); }
H1.HeaderClassName
{
color: #C569E4;
}
.AnyTagClassName
{
color: #C569E4;
}
</style>
background-color css
<style>
a { background-color: #C569E4; }
a { background-color: rgb(197,105,228); }
div.DivClassName
{
background-color: #C569E4;
}
.BgClassName
{
background-color: #C569E4;
}
</style>
border-color css
<style>
span { border-color: #C569E4; }
span { border-color: rgb(197,105,228); }
td.TdClassName
{
border-color: #C569E4;
}
.TagClassName
{
border-color: #C569E4;
}
</style>