Shades of Medium Orchid #C26CD8
Tints of Medium Orchid #C26CD8
RGB
CMYK
RGB Variations
Color information
#C26CD8 (or 0xC26CD8) is known color: Medium Orchid. HEX triplet: C2, 6C and D8. RGB value is (194,108,216). Sum of RGB (Red+Green+Blue) = 194+108+216=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #C26CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CD8 is #3D9327. Grayscale: #919191. Windows color (decimal): -4035368 or 14183618. OLE color: 14183618.
HSL color Cylindrical-coordinate representation of color #C26CD8: hue angle of 287.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26CD8 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 108 | 216 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.15 |
| HSL | 287.78º | 0.58% | 0.64% | - |
| HSV(B) | 287.78º | 0.5% | 0.85% | - |
| XYZ | 40.01 | 27.15 | 68.1 | - |
| YUV | 146.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 216 | 0.10 | 0.50 | 0 | 0.15 | 287.78 | 0.58 | 0.64 |
| Hex | C2 | 6C | D8 | A | 32 | 0 | F | 120 | 3A | 40 |
| Octal | 302 | 154 | 330 | 12 | 62 | 0 | 17 | 440 | 72 | 100 |
| Binary | 11000010 | 1101100 | 11011000 | 1010 | 110010 | 0 | 1111 | 100100000 | 111010 | 1000000 |
Color Harmonies of #C26CD8
Complementary color
Monochromatic Colors of #C26CD8
Black with #C26CD8
Text Example
Text Example
White with #C26CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CD8; }
p { color: rgb(194,108,216); }
H1.HeaderClassName
{
color: #C26CD8;
}
.AnyTagClassName
{
color: #C26CD8;
}
</style>
background-color css
<style>
a { background-color: #C26CD8; }
a { background-color: rgb(194,108,216); }
div.DivClassName
{
background-color: #C26CD8;
}
.BgClassName
{
background-color: #C26CD8;
}
</style>
border-color css
<style>
span { border-color: #C26CD8; }
span { border-color: rgb(194,108,216); }
td.TdClassName
{
border-color: #C26CD8;
}
.TagClassName
{
border-color: #C26CD8;
}
</style>