Shades of Medium Orchid #C169E8
Tints of Medium Orchid #C169E8
RGB
CMYK
RGB Variations
Color information
#C169E8 (or 0xC169E8) is known color: Medium Orchid. HEX triplet: C1, 69 and E8. RGB value is (193,105,232). Sum of RGB (Red+Green+Blue) = 193+105+232=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #C169E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169E8 is #3E9617. Grayscale: #919191. Windows color (decimal): -4101656 or 15231425. OLE color: 15231425.
HSL color Cylindrical-coordinate representation of color #C169E8: hue angle of 281.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C169E8 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 105 | 232 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.09 |
| HSL | 281.57º | 0.73% | 0.66% | - |
| HSV(B) | 281.57º | 0.55% | 0.91% | - |
| XYZ | 41.61 | 27.27 | 79.41 | - |
| YUV | 145.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 232 | 0.17 | 0.55 | 0 | 0.09 | 281.57 | 0.73 | 0.66 |
| Hex | C1 | 69 | E8 | 11 | 37 | 0 | 9 | 11A | 49 | 42 |
| Octal | 301 | 151 | 350 | 21 | 67 | 0 | 11 | 432 | 111 | 102 |
| Binary | 11000001 | 1101001 | 11101000 | 10001 | 110111 | 0 | 1001 | 100011010 | 1001001 | 1000010 |
Color Harmonies of #C169E8
Complementary color
Monochromatic Colors of #C169E8
Black with #C169E8
Text Example
Text Example
White with #C169E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169E8; }
p { color: rgb(193,105,232); }
H1.HeaderClassName
{
color: #C169E8;
}
.AnyTagClassName
{
color: #C169E8;
}
</style>
background-color css
<style>
a { background-color: #C169E8; }
a { background-color: rgb(193,105,232); }
div.DivClassName
{
background-color: #C169E8;
}
.BgClassName
{
background-color: #C169E8;
}
</style>
border-color css
<style>
span { border-color: #C169E8; }
span { border-color: rgb(193,105,232); }
td.TdClassName
{
border-color: #C169E8;
}
.TagClassName
{
border-color: #C169E8;
}
</style>