Shades of Medium Orchid #C566D9
Tints of Medium Orchid #C566D9
RGB
CMYK
RGB Variations
Color information
#C566D9 (or 0xC566D9) is known color: Medium Orchid. HEX triplet: C5, 66 and D9. RGB value is (197,102,217). Sum of RGB (Red+Green+Blue) = 197+102+217=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #C566D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566D9 is #3A9926. Grayscale: #8F8F8F. Windows color (decimal): -3840295 or 14247621. OLE color: 14247621.
HSL color Cylindrical-coordinate representation of color #C566D9: hue angle of 289.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C566D9 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 102 | 217 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.15 |
| HSL | 289.57º | 0.6% | 0.63% | - |
| HSV(B) | 289.57º | 0.53% | 0.85% | - |
| XYZ | 40.3 | 26.38 | 68.61 | - |
| YUV | 143.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 217 | 0.09 | 0.53 | 0 | 0.15 | 289.57 | 0.6 | 0.63 |
| Hex | C5 | 66 | D9 | 9 | 35 | 0 | F | 122 | 3C | 3F |
| Octal | 305 | 146 | 331 | 11 | 65 | 0 | 17 | 442 | 74 | 77 |
| Binary | 11000101 | 1100110 | 11011001 | 1001 | 110101 | 0 | 1111 | 100100010 | 111100 | 111111 |
Color Harmonies of #C566D9
Complementary color
Monochromatic Colors of #C566D9
Black with #C566D9
Text Example
Text Example
White with #C566D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566D9; }
p { color: rgb(197,102,217); }
H1.HeaderClassName
{
color: #C566D9;
}
.AnyTagClassName
{
color: #C566D9;
}
</style>
background-color css
<style>
a { background-color: #C566D9; }
a { background-color: rgb(197,102,217); }
div.DivClassName
{
background-color: #C566D9;
}
.BgClassName
{
background-color: #C566D9;
}
</style>
border-color css
<style>
span { border-color: #C566D9; }
span { border-color: rgb(197,102,217); }
td.TdClassName
{
border-color: #C566D9;
}
.TagClassName
{
border-color: #C566D9;
}
</style>