Shades of Medium Orchid #C169E6
Tints of Medium Orchid #C169E6
RGB
CMYK
RGB Variations
Color information
#C169E6 (or 0xC169E6) is known color: Medium Orchid. HEX triplet: C1, 69 and E6. RGB value is (193,105,230). Sum of RGB (Red+Green+Blue) = 193+105+230=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 105 (41.41% from 255 or 19.89% 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 #C169E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169E6 is #3E9619. Grayscale: #919191. Windows color (decimal): -4101658 or 15100353. OLE color: 15100353.
HSL color Cylindrical-coordinate representation of color #C169E6: hue angle of 282.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C169E6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 105 | 230 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.10 |
| HSL | 282.24º | 0.71% | 0.66% | - |
| HSV(B) | 282.24º | 0.54% | 0.9% | - |
| XYZ | 41.33 | 27.15 | 77.93 | - |
| YUV | 145.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 230 | 0.16 | 0.54 | 0 | 0.10 | 282.24 | 0.71 | 0.66 |
| Hex | C1 | 69 | E6 | 10 | 36 | 0 | A | 11A | 47 | 42 |
| Octal | 301 | 151 | 346 | 20 | 66 | 0 | 12 | 432 | 107 | 102 |
| Binary | 11000001 | 1101001 | 11100110 | 10000 | 110110 | 0 | 1010 | 100011010 | 1000111 | 1000010 |
Color Harmonies of #C169E6
Complementary color
Monochromatic Colors of #C169E6
Black with #C169E6
Text Example
Text Example
White with #C169E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169E6; }
p { color: rgb(193,105,230); }
H1.HeaderClassName
{
color: #C169E6;
}
.AnyTagClassName
{
color: #C169E6;
}
</style>
background-color css
<style>
a { background-color: #C169E6; }
a { background-color: rgb(193,105,230); }
div.DivClassName
{
background-color: #C169E6;
}
.BgClassName
{
background-color: #C169E6;
}
</style>
border-color css
<style>
span { border-color: #C169E6; }
span { border-color: rgb(193,105,230); }
td.TdClassName
{
border-color: #C169E6;
}
.TagClassName
{
border-color: #C169E6;
}
</style>