Shades of Medium Orchid #C565E6
Tints of Medium Orchid #C565E6
RGB
CMYK
RGB Variations
Color information
#C565E6 (or 0xC565E6) is known color: Medium Orchid. HEX triplet: C5, 65 and E6. RGB value is (197,101,230). Sum of RGB (Red+Green+Blue) = 197+101+230=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #C565E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565E6 is #3A9A19. Grayscale: #8F8F8F. Windows color (decimal): -3840538 or 15099333. OLE color: 15099333.
HSL color Cylindrical-coordinate representation of color #C565E6: hue angle of 284.65º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C565E6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 101 | 230 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.10 |
| HSL | 284.65º | 0.72% | 0.65% | - |
| HSV(B) | 284.65º | 0.56% | 0.9% | - |
| XYZ | 41.96 | 26.89 | 77.84 | - |
| YUV | 144.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 230 | 0.14 | 0.56 | 0 | 0.10 | 284.65 | 0.72 | 0.65 |
| Hex | C5 | 65 | E6 | E | 38 | 0 | A | 11D | 48 | 41 |
| Octal | 305 | 145 | 346 | 16 | 70 | 0 | 12 | 435 | 110 | 101 |
| Binary | 11000101 | 1100101 | 11100110 | 1110 | 111000 | 0 | 1010 | 100011101 | 1001000 | 1000001 |
Color Harmonies of #C565E6
Complementary color
Monochromatic Colors of #C565E6
Black with #C565E6
Text Example
Text Example
White with #C565E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C565E6; }
p { color: rgb(197,101,230); }
H1.HeaderClassName
{
color: #C565E6;
}
.AnyTagClassName
{
color: #C565E6;
}
</style>
background-color css
<style>
a { background-color: #C565E6; }
a { background-color: rgb(197,101,230); }
div.DivClassName
{
background-color: #C565E6;
}
.BgClassName
{
background-color: #C565E6;
}
</style>
border-color css
<style>
span { border-color: #C565E6; }
span { border-color: rgb(197,101,230); }
td.TdClassName
{
border-color: #C565E6;
}
.TagClassName
{
border-color: #C565E6;
}
</style>