Shades of Medium Orchid #C565E9
Tints of Medium Orchid #C565E9
RGB
CMYK
RGB Variations
Color information
#C565E9 (or 0xC565E9) is known color: Medium Orchid. HEX triplet: C5, 65 and E9. RGB value is (197,101,233). Sum of RGB (Red+Green+Blue) = 197+101+233=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #C565E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565E9 is #3A9A16. Grayscale: #909090. Windows color (decimal): -3840535 or 15295941. OLE color: 15295941.
HSL color Cylindrical-coordinate representation of color #C565E9: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C565E9 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 101 | 233 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.09 |
| HSL | 283.64º | 0.75% | 0.65% | - |
| HSV(B) | 283.64º | 0.57% | 0.91% | - |
| XYZ | 42.39 | 27.06 | 80.08 | - |
| YUV | 144.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 233 | 0.15 | 0.57 | 0 | 0.09 | 283.64 | 0.75 | 0.65 |
| Hex | C5 | 65 | E9 | F | 39 | 0 | 9 | 11C | 4B | 41 |
| Octal | 305 | 145 | 351 | 17 | 71 | 0 | 11 | 434 | 113 | 101 |
| Binary | 11000101 | 1100101 | 11101001 | 1111 | 111001 | 0 | 1001 | 100011100 | 1001011 | 1000001 |
Color Harmonies of #C565E9
Complementary color
Monochromatic Colors of #C565E9
Black with #C565E9
Text Example
Text Example
White with #C565E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565E9; }
p { color: rgb(197,101,233); }
H1.HeaderClassName
{
color: #C565E9;
}
.AnyTagClassName
{
color: #C565E9;
}
</style>
background-color css
<style>
a { background-color: #C565E9; }
a { background-color: rgb(197,101,233); }
div.DivClassName
{
background-color: #C565E9;
}
.BgClassName
{
background-color: #C565E9;
}
</style>
border-color css
<style>
span { border-color: #C565E9; }
span { border-color: rgb(197,101,233); }
td.TdClassName
{
border-color: #C565E9;
}
.TagClassName
{
border-color: #C565E9;
}
</style>