Shades of Medium Orchid #C565D0
Tints of Medium Orchid #C565D0
RGB
CMYK
RGB Variations
Color information
#C565D0 (or 0xC565D0) is known color: Medium Orchid. HEX triplet: C5, 65 and D0. RGB value is (197,101,208). Sum of RGB (Red+Green+Blue) = 197+101+208=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #C565D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565D0 is #3A9A2F. Grayscale: #8D8D8D. Windows color (decimal): -3840560 or 13657541. OLE color: 13657541.
HSL color Cylindrical-coordinate representation of color #C565D0: hue angle of 293.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C565D0 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 101 | 208 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.18 |
| HSL | 293.83º | 0.53% | 0.61% | - |
| HSV(B) | 293.83º | 0.51% | 0.82% | - |
| XYZ | 39.06 | 25.73 | 62.58 | - |
| YUV | 141.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 208 | 0.05 | 0.51 | 0 | 0.18 | 293.83 | 0.53 | 0.61 |
| Hex | C5 | 65 | D0 | 5 | 33 | 0 | 12 | 126 | 35 | 3D |
| Octal | 305 | 145 | 320 | 5 | 63 | 0 | 22 | 446 | 65 | 75 |
| Binary | 11000101 | 1100101 | 11010000 | 101 | 110011 | 0 | 10010 | 100100110 | 110101 | 111101 |
Color Harmonies of #C565D0
Complementary color
Monochromatic Colors of #C565D0
Black with #C565D0
Text Example
Text Example
White with #C565D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565D0; }
p { color: rgb(197,101,208); }
H1.HeaderClassName
{
color: #C565D0;
}
.AnyTagClassName
{
color: #C565D0;
}
</style>
background-color css
<style>
a { background-color: #C565D0; }
a { background-color: rgb(197,101,208); }
div.DivClassName
{
background-color: #C565D0;
}
.BgClassName
{
background-color: #C565D0;
}
</style>
border-color css
<style>
span { border-color: #C565D0; }
span { border-color: rgb(197,101,208); }
td.TdClassName
{
border-color: #C565D0;
}
.TagClassName
{
border-color: #C565D0;
}
</style>