Shades of Medium Orchid #C169CE
Tints of Medium Orchid #C169CE
RGB
CMYK
RGB Variations
Color information
#C169CE (or 0xC169CE) is known color: Medium Orchid. HEX triplet: C1, 69 and CE. RGB value is (193,105,206). Sum of RGB (Red+Green+Blue) = 193+105+206=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C169CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CE is #3E9631. Grayscale: #8E8E8E. Windows color (decimal): -4101682 or 13527489. OLE color: 13527489.
HSL color Cylindrical-coordinate representation of color #C169CE: hue angle of 292.28º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C169CE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 105 | 206 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.19 |
| HSL | 292.28º | 0.51% | 0.61% | - |
| HSV(B) | 292.28º | 0.49% | 0.81% | - |
| XYZ | 38.18 | 25.9 | 61.38 | - |
| YUV | 142.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 206 | 0.06 | 0.49 | 0 | 0.19 | 292.28 | 0.51 | 0.61 |
| Hex | C1 | 69 | CE | 6 | 31 | 0 | 13 | 124 | 33 | 3D |
| Octal | 301 | 151 | 316 | 6 | 61 | 0 | 23 | 444 | 63 | 75 |
| Binary | 11000001 | 1101001 | 11001110 | 110 | 110001 | 0 | 10011 | 100100100 | 110011 | 111101 |
Color Harmonies of #C169CE
Complementary color
Monochromatic Colors of #C169CE
Black with #C169CE
Text Example
Text Example
White with #C169CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169CE; }
p { color: rgb(193,105,206); }
H1.HeaderClassName
{
color: #C169CE;
}
.AnyTagClassName
{
color: #C169CE;
}
</style>
background-color css
<style>
a { background-color: #C169CE; }
a { background-color: rgb(193,105,206); }
div.DivClassName
{
background-color: #C169CE;
}
.BgClassName
{
background-color: #C169CE;
}
</style>
border-color css
<style>
span { border-color: #C169CE; }
span { border-color: rgb(193,105,206); }
td.TdClassName
{
border-color: #C169CE;
}
.TagClassName
{
border-color: #C169CE;
}
</style>