Shades of Medium Orchid #C166CB
Tints of Medium Orchid #C166CB
RGB
CMYK
RGB Variations
Color information
#C166CB (or 0xC166CB) is known color: Medium Orchid. HEX triplet: C1, 66 and CB. RGB value is (193,102,203). Sum of RGB (Red+Green+Blue) = 193+102+203=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C166CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CB is #3E9934. Grayscale: #8C8C8C. Windows color (decimal): -4102453 or 13330113. OLE color: 13330113.
HSL color Cylindrical-coordinate representation of color #C166CB: hue angle of 294.06º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C166CB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 102 | 203 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 294.06º | 0.49% | 0.6% | - |
| HSV(B) | 294.06º | 0.5% | 0.8% | - |
| XYZ | 37.52 | 25.15 | 59.38 | - |
| YUV | 140.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 203 | 0.05 | 0.50 | 0 | 0.20 | 294.06 | 0.49 | 0.6 |
| Hex | C1 | 66 | CB | 5 | 32 | 0 | 14 | 126 | 31 | 3C |
| Octal | 301 | 146 | 313 | 5 | 62 | 0 | 24 | 446 | 61 | 74 |
| Binary | 11000001 | 1100110 | 11001011 | 101 | 110010 | 0 | 10100 | 100100110 | 110001 | 111100 |
Color Harmonies of #C166CB
Complementary color
Monochromatic Colors of #C166CB
Black with #C166CB
Text Example
Text Example
White with #C166CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166CB; }
p { color: rgb(193,102,203); }
H1.HeaderClassName
{
color: #C166CB;
}
.AnyTagClassName
{
color: #C166CB;
}
</style>
background-color css
<style>
a { background-color: #C166CB; }
a { background-color: rgb(193,102,203); }
div.DivClassName
{
background-color: #C166CB;
}
.BgClassName
{
background-color: #C166CB;
}
</style>
border-color css
<style>
span { border-color: #C166CB; }
span { border-color: rgb(193,102,203); }
td.TdClassName
{
border-color: #C166CB;
}
.TagClassName
{
border-color: #C166CB;
}
</style>