Shades of Medium Orchid #C26FD8
Tints of Medium Orchid #C26FD8
RGB
CMYK
RGB Variations
Color information
#C26FD8 (or 0xC26FD8) is known color: Medium Orchid. HEX triplet: C2, 6F and D8. RGB value is (194,111,216). Sum of RGB (Red+Green+Blue) = 194+111+216=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C26FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FD8 is #3D9027. Grayscale: #939393. Windows color (decimal): -4034600 or 14184386. OLE color: 14184386.
HSL color Cylindrical-coordinate representation of color #C26FD8: hue angle of 287.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26FD8 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 111 | 216 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.15 |
| HSL | 287.43º | 0.57% | 0.64% | - |
| HSV(B) | 287.43º | 0.49% | 0.85% | - |
| XYZ | 40.33 | 27.8 | 68.21 | - |
| YUV | 147.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 216 | 0.10 | 0.49 | 0 | 0.15 | 287.43 | 0.57 | 0.64 |
| Hex | C2 | 6F | D8 | A | 31 | 0 | F | 11F | 39 | 40 |
| Octal | 302 | 157 | 330 | 12 | 61 | 0 | 17 | 437 | 71 | 100 |
| Binary | 11000010 | 1101111 | 11011000 | 1010 | 110001 | 0 | 1111 | 100011111 | 111001 | 1000000 |
Color Harmonies of #C26FD8
Complementary color
Monochromatic Colors of #C26FD8
Black with #C26FD8
Text Example
Text Example
White with #C26FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FD8; }
p { color: rgb(194,111,216); }
H1.HeaderClassName
{
color: #C26FD8;
}
.AnyTagClassName
{
color: #C26FD8;
}
</style>
background-color css
<style>
a { background-color: #C26FD8; }
a { background-color: rgb(194,111,216); }
div.DivClassName
{
background-color: #C26FD8;
}
.BgClassName
{
background-color: #C26FD8;
}
</style>
border-color css
<style>
span { border-color: #C26FD8; }
span { border-color: rgb(194,111,216); }
td.TdClassName
{
border-color: #C26FD8;
}
.TagClassName
{
border-color: #C26FD8;
}
</style>