Shades of Medium Orchid #C166CE
Tints of Medium Orchid #C166CE
RGB
CMYK
RGB Variations
Color information
#C166CE (or 0xC166CE) is known color: Medium Orchid. HEX triplet: C1, 66 and CE. RGB value is (193,102,206). Sum of RGB (Red+Green+Blue) = 193+102+206=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C166CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CE is #3E9931. Grayscale: #8C8C8C. Windows color (decimal): -4102450 or 13526721. OLE color: 13526721.
HSL color Cylindrical-coordinate representation of color #C166CE: hue angle of 292.5º 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 #C166CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 102 | 206 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.19 |
| HSL | 292.5º | 0.51% | 0.6% | - |
| HSV(B) | 292.5º | 0.5% | 0.81% | - |
| XYZ | 37.88 | 25.3 | 61.28 | - |
| YUV | 141.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 206 | 0.06 | 0.50 | 0 | 0.19 | 292.5 | 0.51 | 0.6 |
| Hex | C1 | 66 | CE | 6 | 32 | 0 | 13 | 124 | 33 | 3C |
| Octal | 301 | 146 | 316 | 6 | 62 | 0 | 23 | 444 | 63 | 74 |
| Binary | 11000001 | 1100110 | 11001110 | 110 | 110010 | 0 | 10011 | 100100100 | 110011 | 111100 |
Color Harmonies of #C166CE
Complementary color
Monochromatic Colors of #C166CE
Black with #C166CE
Text Example
Text Example
White with #C166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166CE; }
p { color: rgb(193,102,206); }
H1.HeaderClassName
{
color: #C166CE;
}
.AnyTagClassName
{
color: #C166CE;
}
</style>
background-color css
<style>
a { background-color: #C166CE; }
a { background-color: rgb(193,102,206); }
div.DivClassName
{
background-color: #C166CE;
}
.BgClassName
{
background-color: #C166CE;
}
</style>
border-color css
<style>
span { border-color: #C166CE; }
span { border-color: rgb(193,102,206); }
td.TdClassName
{
border-color: #C166CE;
}
.TagClassName
{
border-color: #C166CE;
}
</style>