Shades of Medium Orchid #C26FD0
Tints of Medium Orchid #C26FD0
RGB
CMYK
RGB Variations
Color information
#C26FD0 (or 0xC26FD0) is known color: Medium Orchid. HEX triplet: C2, 6F and D0. RGB value is (194,111,208). Sum of RGB (Red+Green+Blue) = 194+111+208=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #C26FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FD0 is #3D902F. Grayscale: #929292. Windows color (decimal): -4034608 or 13660098. OLE color: 13660098.
HSL color Cylindrical-coordinate representation of color #C26FD0: hue angle of 291.34º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26FD0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 111 | 208 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.18 |
| HSL | 291.34º | 0.51% | 0.63% | - |
| HSV(B) | 291.34º | 0.47% | 0.82% | - |
| XYZ | 39.32 | 27.39 | 62.89 | - |
| YUV | 146.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 208 | 0.07 | 0.47 | 0 | 0.18 | 291.34 | 0.51 | 0.63 |
| Hex | C2 | 6F | D0 | 7 | 2F | 0 | 12 | 123 | 33 | 3F |
| Octal | 302 | 157 | 320 | 7 | 57 | 0 | 22 | 443 | 63 | 77 |
| Binary | 11000010 | 1101111 | 11010000 | 111 | 101111 | 0 | 10010 | 100100011 | 110011 | 111111 |
Color Harmonies of #C26FD0
Complementary color
Monochromatic Colors of #C26FD0
Black with #C26FD0
Text Example
Text Example
White with #C26FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FD0; }
p { color: rgb(194,111,208); }
H1.HeaderClassName
{
color: #C26FD0;
}
.AnyTagClassName
{
color: #C26FD0;
}
</style>
background-color css
<style>
a { background-color: #C26FD0; }
a { background-color: rgb(194,111,208); }
div.DivClassName
{
background-color: #C26FD0;
}
.BgClassName
{
background-color: #C26FD0;
}
</style>
border-color css
<style>
span { border-color: #C26FD0; }
span { border-color: rgb(194,111,208); }
td.TdClassName
{
border-color: #C26FD0;
}
.TagClassName
{
border-color: #C26FD0;
}
</style>