Shades of Medium Orchid #C569DB
Tints of Medium Orchid #C569DB
RGB
CMYK
RGB Variations
Color information
#C569DB (or 0xC569DB) is known color: Medium Orchid. HEX triplet: C5, 69 and DB. RGB value is (197,105,219). Sum of RGB (Red+Green+Blue) = 197+105+219=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C569DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569DB is #3A9624. Grayscale: #919191. Windows color (decimal): -3839525 or 14379461. OLE color: 14379461.
HSL color Cylindrical-coordinate representation of color #C569DB: hue angle of 288.42º degrees, saturation: 0.61, 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 #C569DB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 105 | 219 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.14 |
| HSL | 288.42º | 0.61% | 0.64% | - |
| HSV(B) | 288.42º | 0.52% | 0.86% | - |
| XYZ | 40.86 | 27.09 | 70.09 | - |
| YUV | 145.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 219 | 0.10 | 0.52 | 0 | 0.14 | 288.42 | 0.61 | 0.64 |
| Hex | C5 | 69 | DB | A | 34 | 0 | E | 120 | 3D | 40 |
| Octal | 305 | 151 | 333 | 12 | 64 | 0 | 16 | 440 | 75 | 100 |
| Binary | 11000101 | 1101001 | 11011011 | 1010 | 110100 | 0 | 1110 | 100100000 | 111101 | 1000000 |
Color Harmonies of #C569DB
Complementary color
Monochromatic Colors of #C569DB
Black with #C569DB
Text Example
Text Example
White with #C569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569DB; }
p { color: rgb(197,105,219); }
H1.HeaderClassName
{
color: #C569DB;
}
.AnyTagClassName
{
color: #C569DB;
}
</style>
background-color css
<style>
a { background-color: #C569DB; }
a { background-color: rgb(197,105,219); }
div.DivClassName
{
background-color: #C569DB;
}
.BgClassName
{
background-color: #C569DB;
}
</style>
border-color css
<style>
span { border-color: #C569DB; }
span { border-color: rgb(197,105,219); }
td.TdClassName
{
border-color: #C569DB;
}
.TagClassName
{
border-color: #C569DB;
}
</style>