Shades of Medium Orchid #C569DA
Tints of Medium Orchid #C569DA
RGB
CMYK
RGB Variations
Color information
#C569DA (or 0xC569DA) is known color: Medium Orchid. HEX triplet: C5, 69 and DA. RGB value is (197,105,218). Sum of RGB (Red+Green+Blue) = 197+105+218=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C569DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569DA is #3A9625. Grayscale: #919191. Windows color (decimal): -3839526 or 14313925. OLE color: 14313925.
HSL color Cylindrical-coordinate representation of color #C569DA: hue angle of 288.85º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C569DA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 105 | 218 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.15 |
| HSL | 288.85º | 0.6% | 0.63% | - |
| HSV(B) | 288.85º | 0.52% | 0.85% | - |
| XYZ | 40.73 | 27.04 | 69.4 | - |
| YUV | 145.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 218 | 0.10 | 0.52 | 0 | 0.15 | 288.85 | 0.6 | 0.63 |
| Hex | C5 | 69 | DA | A | 34 | 0 | F | 121 | 3C | 3F |
| Octal | 305 | 151 | 332 | 12 | 64 | 0 | 17 | 441 | 74 | 77 |
| Binary | 11000101 | 1101001 | 11011010 | 1010 | 110100 | 0 | 1111 | 100100001 | 111100 | 111111 |
Color Harmonies of #C569DA
Complementary color
Monochromatic Colors of #C569DA
Black with #C569DA
Text Example
Text Example
White with #C569DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569DA; }
p { color: rgb(197,105,218); }
H1.HeaderClassName
{
color: #C569DA;
}
.AnyTagClassName
{
color: #C569DA;
}
</style>
background-color css
<style>
a { background-color: #C569DA; }
a { background-color: rgb(197,105,218); }
div.DivClassName
{
background-color: #C569DA;
}
.BgClassName
{
background-color: #C569DA;
}
</style>
border-color css
<style>
span { border-color: #C569DA; }
span { border-color: rgb(197,105,218); }
td.TdClassName
{
border-color: #C569DA;
}
.TagClassName
{
border-color: #C569DA;
}
</style>