Shades of Medium Orchid #C26DD0
Tints of Medium Orchid #C26DD0
RGB
CMYK
RGB Variations
Color information
#C26DD0 (or 0xC26DD0) is known color: Medium Orchid. HEX triplet: C2, 6D and D0. RGB value is (194,109,208). Sum of RGB (Red+Green+Blue) = 194+109+208=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #C26DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DD0 is #3D922F. Grayscale: #919191. Windows color (decimal): -4035120 or 13659586. OLE color: 13659586.
HSL color Cylindrical-coordinate representation of color #C26DD0: hue angle of 291.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26DD0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 109 | 208 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.18 |
| HSL | 291.52º | 0.51% | 0.62% | - |
| HSV(B) | 291.52º | 0.48% | 0.82% | - |
| XYZ | 39.1 | 26.96 | 62.82 | - |
| YUV | 145.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 208 | 0.07 | 0.48 | 0 | 0.18 | 291.52 | 0.51 | 0.62 |
| Hex | C2 | 6D | D0 | 7 | 30 | 0 | 12 | 124 | 33 | 3E |
| Octal | 302 | 155 | 320 | 7 | 60 | 0 | 22 | 444 | 63 | 76 |
| Binary | 11000010 | 1101101 | 11010000 | 111 | 110000 | 0 | 10010 | 100100100 | 110011 | 111110 |
Color Harmonies of #C26DD0
Complementary color
Monochromatic Colors of #C26DD0
Black with #C26DD0
Text Example
Text Example
White with #C26DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DD0; }
p { color: rgb(194,109,208); }
H1.HeaderClassName
{
color: #C26DD0;
}
.AnyTagClassName
{
color: #C26DD0;
}
</style>
background-color css
<style>
a { background-color: #C26DD0; }
a { background-color: rgb(194,109,208); }
div.DivClassName
{
background-color: #C26DD0;
}
.BgClassName
{
background-color: #C26DD0;
}
</style>
border-color css
<style>
span { border-color: #C26DD0; }
span { border-color: rgb(194,109,208); }
td.TdClassName
{
border-color: #C26DD0;
}
.TagClassName
{
border-color: #C26DD0;
}
</style>