Shades of Medium Orchid #C169E7
Tints of Medium Orchid #C169E7
RGB
CMYK
RGB Variations
Color information
#C169E7 (or 0xC169E7) is known color: Medium Orchid. HEX triplet: C1, 69 and E7. RGB value is (193,105,231). Sum of RGB (Red+Green+Blue) = 193+105+231=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #C169E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169E7 is #3E9618. Grayscale: #919191. Windows color (decimal): -4101657 or 15165889. OLE color: 15165889.
HSL color Cylindrical-coordinate representation of color #C169E7: hue angle of 281.9º degrees, saturation: 0.72, 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 #C169E7 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 105 | 231 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.09 |
| HSL | 281.9º | 0.72% | 0.66% | - |
| HSV(B) | 281.9º | 0.55% | 0.91% | - |
| XYZ | 41.47 | 27.21 | 78.67 | - |
| YUV | 145.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 231 | 0.16 | 0.55 | 0 | 0.09 | 281.9 | 0.72 | 0.66 |
| Hex | C1 | 69 | E7 | 10 | 37 | 0 | 9 | 11A | 48 | 42 |
| Octal | 301 | 151 | 347 | 20 | 67 | 0 | 11 | 432 | 110 | 102 |
| Binary | 11000001 | 1101001 | 11100111 | 10000 | 110111 | 0 | 1001 | 100011010 | 1001000 | 1000010 |
Color Harmonies of #C169E7
Complementary color
Monochromatic Colors of #C169E7
Black with #C169E7
Text Example
Text Example
White with #C169E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169E7; }
p { color: rgb(193,105,231); }
H1.HeaderClassName
{
color: #C169E7;
}
.AnyTagClassName
{
color: #C169E7;
}
</style>
background-color css
<style>
a { background-color: #C169E7; }
a { background-color: rgb(193,105,231); }
div.DivClassName
{
background-color: #C169E7;
}
.BgClassName
{
background-color: #C169E7;
}
</style>
border-color css
<style>
span { border-color: #C169E7; }
span { border-color: rgb(193,105,231); }
td.TdClassName
{
border-color: #C169E7;
}
.TagClassName
{
border-color: #C169E7;
}
</style>