Shades of Medium Orchid #C569E0
Tints of Medium Orchid #C569E0
RGB
CMYK
RGB Variations
Color information
#C569E0 (or 0xC569E0) is known color: Medium Orchid. HEX triplet: C5, 69 and E0. RGB value is (197,105,224). Sum of RGB (Red+Green+Blue) = 197+105+224=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #C569E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569E0 is #3A961F. Grayscale: #919191. Windows color (decimal): -3839520 or 14707141. OLE color: 14707141.
HSL color Cylindrical-coordinate representation of color #C569E0: hue angle of 286.39º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C569E0 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 105 | 224 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.12 |
| HSL | 286.39º | 0.66% | 0.65% | - |
| HSV(B) | 286.39º | 0.53% | 0.88% | - |
| XYZ | 41.53 | 27.36 | 73.61 | - |
| YUV | 146.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 224 | 0.12 | 0.53 | 0 | 0.12 | 286.39 | 0.66 | 0.65 |
| Hex | C5 | 69 | E0 | C | 35 | 0 | C | 11E | 42 | 41 |
| Octal | 305 | 151 | 340 | 14 | 65 | 0 | 14 | 436 | 102 | 101 |
| Binary | 11000101 | 1101001 | 11100000 | 1100 | 110101 | 0 | 1100 | 100011110 | 1000010 | 1000001 |
Color Harmonies of #C569E0
Complementary color
Monochromatic Colors of #C569E0
Black with #C569E0
Text Example
Text Example
White with #C569E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569E0; }
p { color: rgb(197,105,224); }
H1.HeaderClassName
{
color: #C569E0;
}
.AnyTagClassName
{
color: #C569E0;
}
</style>
background-color css
<style>
a { background-color: #C569E0; }
a { background-color: rgb(197,105,224); }
div.DivClassName
{
background-color: #C569E0;
}
.BgClassName
{
background-color: #C569E0;
}
</style>
border-color css
<style>
span { border-color: #C569E0; }
span { border-color: rgb(197,105,224); }
td.TdClassName
{
border-color: #C569E0;
}
.TagClassName
{
border-color: #C569E0;
}
</style>