Shades of Medium Orchid #C569DC
Tints of Medium Orchid #C569DC
RGB
CMYK
RGB Variations
Color information
#C569DC (or 0xC569DC) is known color: Medium Orchid. HEX triplet: C5, 69 and DC. RGB value is (197,105,220). Sum of RGB (Red+Green+Blue) = 197+105+220=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C569DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569DC is #3A9623. Grayscale: #919191. Windows color (decimal): -3839524 or 14444997. OLE color: 14444997.
HSL color Cylindrical-coordinate representation of color #C569DC: hue angle of 288º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C569DC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 105 | 220 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.14 |
| HSL | 288º | 0.62% | 0.64% | - |
| HSV(B) | 288º | 0.52% | 0.86% | - |
| XYZ | 41 | 27.14 | 70.79 | - |
| YUV | 145.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 220 | 0.10 | 0.52 | 0 | 0.14 | 288 | 0.62 | 0.64 |
| Hex | C5 | 69 | DC | A | 34 | 0 | E | 120 | 3E | 40 |
| Octal | 305 | 151 | 334 | 12 | 64 | 0 | 16 | 440 | 76 | 100 |
| Binary | 11000101 | 1101001 | 11011100 | 1010 | 110100 | 0 | 1110 | 100100000 | 111110 | 1000000 |
Color Harmonies of #C569DC
Complementary color
Monochromatic Colors of #C569DC
Black with #C569DC
Text Example
Text Example
White with #C569DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569DC; }
p { color: rgb(197,105,220); }
H1.HeaderClassName
{
color: #C569DC;
}
.AnyTagClassName
{
color: #C569DC;
}
</style>
background-color css
<style>
a { background-color: #C569DC; }
a { background-color: rgb(197,105,220); }
div.DivClassName
{
background-color: #C569DC;
}
.BgClassName
{
background-color: #C569DC;
}
</style>
border-color css
<style>
span { border-color: #C569DC; }
span { border-color: rgb(197,105,220); }
td.TdClassName
{
border-color: #C569DC;
}
.TagClassName
{
border-color: #C569DC;
}
</style>