Shades of Medium Orchid #C566CE
Tints of Medium Orchid #C566CE
RGB
CMYK
RGB Variations
Color information
#C566CE (or 0xC566CE) is known color: Medium Orchid. HEX triplet: C5, 66 and CE. RGB value is (197,102,206). Sum of RGB (Red+Green+Blue) = 197+102+206=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C566CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CE is #3A9931. Grayscale: #8D8D8D. Windows color (decimal): -3840306 or 13526725. OLE color: 13526725.
HSL color Cylindrical-coordinate representation of color #C566CE: hue angle of 294.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 102 | 206 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.19 |
| HSL | 294.81º | 0.51% | 0.6% | - |
| HSV(B) | 294.81º | 0.5% | 0.81% | - |
| XYZ | 38.92 | 25.83 | 61.33 | - |
| YUV | 142.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 206 | 0.04 | 0.50 | 0 | 0.19 | 294.81 | 0.51 | 0.6 |
| Hex | C5 | 66 | CE | 4 | 32 | 0 | 13 | 127 | 33 | 3C |
| Octal | 305 | 146 | 316 | 4 | 62 | 0 | 23 | 447 | 63 | 74 |
| Binary | 11000101 | 1100110 | 11001110 | 100 | 110010 | 0 | 10011 | 100100111 | 110011 | 111100 |
Color Harmonies of #C566CE
Complementary color
Monochromatic Colors of #C566CE
Black with #C566CE
Text Example
Text Example
White with #C566CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566CE; }
p { color: rgb(197,102,206); }
H1.HeaderClassName
{
color: #C566CE;
}
.AnyTagClassName
{
color: #C566CE;
}
</style>
background-color css
<style>
a { background-color: #C566CE; }
a { background-color: rgb(197,102,206); }
div.DivClassName
{
background-color: #C566CE;
}
.BgClassName
{
background-color: #C566CE;
}
</style>
border-color css
<style>
span { border-color: #C566CE; }
span { border-color: rgb(197,102,206); }
td.TdClassName
{
border-color: #C566CE;
}
.TagClassName
{
border-color: #C566CE;
}
</style>