Shades of Medium Orchid #C26AD9
Tints of Medium Orchid #C26AD9
RGB
CMYK
RGB Variations
Color information
#C26AD9 (or 0xC26AD9) is known color: Medium Orchid. HEX triplet: C2, 6A and D9. RGB value is (194,106,217). Sum of RGB (Red+Green+Blue) = 194+106+217=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #C26AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AD9 is #3D9526. Grayscale: #909090. Windows color (decimal): -4035879 or 14248642. OLE color: 14248642.
HSL color Cylindrical-coordinate representation of color #C26AD9: hue angle of 287.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26AD9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 106 | 217 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.15 |
| HSL | 287.57º | 0.59% | 0.63% | - |
| HSV(B) | 287.57º | 0.51% | 0.85% | - |
| XYZ | 39.93 | 26.79 | 68.71 | - |
| YUV | 144.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 217 | 0.11 | 0.51 | 0 | 0.15 | 287.57 | 0.59 | 0.63 |
| Hex | C2 | 6A | D9 | B | 33 | 0 | F | 120 | 3B | 3F |
| Octal | 302 | 152 | 331 | 13 | 63 | 0 | 17 | 440 | 73 | 77 |
| Binary | 11000010 | 1101010 | 11011001 | 1011 | 110011 | 0 | 1111 | 100100000 | 111011 | 111111 |
Color Harmonies of #C26AD9
Complementary color
Monochromatic Colors of #C26AD9
Black with #C26AD9
Text Example
Text Example
White with #C26AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26AD9; }
p { color: rgb(194,106,217); }
H1.HeaderClassName
{
color: #C26AD9;
}
.AnyTagClassName
{
color: #C26AD9;
}
</style>
background-color css
<style>
a { background-color: #C26AD9; }
a { background-color: rgb(194,106,217); }
div.DivClassName
{
background-color: #C26AD9;
}
.BgClassName
{
background-color: #C26AD9;
}
</style>
border-color css
<style>
span { border-color: #C26AD9; }
span { border-color: rgb(194,106,217); }
td.TdClassName
{
border-color: #C26AD9;
}
.TagClassName
{
border-color: #C26AD9;
}
</style>