Shades of Medium Orchid #C565DB
Tints of Medium Orchid #C565DB
RGB
CMYK
RGB Variations
Color information
#C565DB (or 0xC565DB) is known color: Medium Orchid. HEX triplet: C5, 65 and DB. RGB value is (197,101,219). Sum of RGB (Red+Green+Blue) = 197+101+219=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C565DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DB is #3A9A24. Grayscale: #8E8E8E. Windows color (decimal): -3840549 or 14378437. OLE color: 14378437.
HSL color Cylindrical-coordinate representation of color #C565DB: hue angle of 288.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C565DB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 101 | 219 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.14 |
| HSL | 288.81º | 0.62% | 0.63% | - |
| HSV(B) | 288.81º | 0.54% | 0.86% | - |
| XYZ | 40.47 | 26.29 | 69.96 | - |
| YUV | 143.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 219 | 0.10 | 0.54 | 0 | 0.14 | 288.81 | 0.62 | 0.63 |
| Hex | C5 | 65 | DB | A | 36 | 0 | E | 121 | 3E | 3F |
| Octal | 305 | 145 | 333 | 12 | 66 | 0 | 16 | 441 | 76 | 77 |
| Binary | 11000101 | 1100101 | 11011011 | 1010 | 110110 | 0 | 1110 | 100100001 | 111110 | 111111 |
Color Harmonies of #C565DB
Complementary color
Monochromatic Colors of #C565DB
Black with #C565DB
Text Example
Text Example
White with #C565DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565DB; }
p { color: rgb(197,101,219); }
H1.HeaderClassName
{
color: #C565DB;
}
.AnyTagClassName
{
color: #C565DB;
}
</style>
background-color css
<style>
a { background-color: #C565DB; }
a { background-color: rgb(197,101,219); }
div.DivClassName
{
background-color: #C565DB;
}
.BgClassName
{
background-color: #C565DB;
}
</style>
border-color css
<style>
span { border-color: #C565DB; }
span { border-color: rgb(197,101,219); }
td.TdClassName
{
border-color: #C565DB;
}
.TagClassName
{
border-color: #C565DB;
}
</style>