Shades of Medium Orchid #C565DD
Tints of Medium Orchid #C565DD
RGB
CMYK
RGB Variations
Color information
#C565DD (or 0xC565DD) is known color: Medium Orchid. HEX triplet: C5, 65 and DD. RGB value is (197,101,221). Sum of RGB (Red+Green+Blue) = 197+101+221=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C565DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565DD is #3A9A22. Grayscale: #8F8F8F. Windows color (decimal): -3840547 or 14509509. OLE color: 14509509.
HSL color Cylindrical-coordinate representation of color #C565DD: hue angle of 288º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C565DD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 101 | 221 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.13 |
| HSL | 288º | 0.64% | 0.63% | - |
| HSV(B) | 288º | 0.54% | 0.87% | - |
| XYZ | 40.73 | 26.4 | 71.36 | - |
| YUV | 143.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 221 | 0.11 | 0.54 | 0 | 0.13 | 288 | 0.64 | 0.63 |
| Hex | C5 | 65 | DD | B | 36 | 0 | D | 120 | 40 | 3F |
| Octal | 305 | 145 | 335 | 13 | 66 | 0 | 15 | 440 | 100 | 77 |
| Binary | 11000101 | 1100101 | 11011101 | 1011 | 110110 | 0 | 1101 | 100100000 | 1000000 | 111111 |
Color Harmonies of #C565DD
Complementary color
Monochromatic Colors of #C565DD
Black with #C565DD
Text Example
Text Example
White with #C565DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565DD; }
p { color: rgb(197,101,221); }
H1.HeaderClassName
{
color: #C565DD;
}
.AnyTagClassName
{
color: #C565DD;
}
</style>
background-color css
<style>
a { background-color: #C565DD; }
a { background-color: rgb(197,101,221); }
div.DivClassName
{
background-color: #C565DD;
}
.BgClassName
{
background-color: #C565DD;
}
</style>
border-color css
<style>
span { border-color: #C565DD; }
span { border-color: rgb(197,101,221); }
td.TdClassName
{
border-color: #C565DD;
}
.TagClassName
{
border-color: #C565DD;
}
</style>