Shades of Medium Orchid #C26CD6
Tints of Medium Orchid #C26CD6
RGB
CMYK
RGB Variations
Color information
#C26CD6 (or 0xC26CD6) is known color: Medium Orchid. HEX triplet: C2, 6C and D6. RGB value is (194,108,214). Sum of RGB (Red+Green+Blue) = 194+108+214=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #C26CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CD6 is #3D9329. Grayscale: #919191. Windows color (decimal): -4035370 or 14052546. OLE color: 14052546.
HSL color Cylindrical-coordinate representation of color #C26CD6: hue angle of 288.68º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26CD6 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 108 | 214 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.16 |
| HSL | 288.68º | 0.56% | 0.63% | - |
| HSV(B) | 288.68º | 0.5% | 0.84% | - |
| XYZ | 39.75 | 27.05 | 66.74 | - |
| YUV | 145.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 214 | 0.09 | 0.50 | 0 | 0.16 | 288.68 | 0.56 | 0.63 |
| Hex | C2 | 6C | D6 | 9 | 32 | 0 | 10 | 121 | 38 | 3F |
| Octal | 302 | 154 | 326 | 11 | 62 | 0 | 20 | 441 | 70 | 77 |
| Binary | 11000010 | 1101100 | 11010110 | 1001 | 110010 | 0 | 10000 | 100100001 | 111000 | 111111 |
Color Harmonies of #C26CD6
Complementary color
Monochromatic Colors of #C26CD6
Black with #C26CD6
Text Example
Text Example
White with #C26CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CD6; }
p { color: rgb(194,108,214); }
H1.HeaderClassName
{
color: #C26CD6;
}
.AnyTagClassName
{
color: #C26CD6;
}
</style>
background-color css
<style>
a { background-color: #C26CD6; }
a { background-color: rgb(194,108,214); }
div.DivClassName
{
background-color: #C26CD6;
}
.BgClassName
{
background-color: #C26CD6;
}
</style>
border-color css
<style>
span { border-color: #C26CD6; }
span { border-color: rgb(194,108,214); }
td.TdClassName
{
border-color: #C26CD6;
}
.TagClassName
{
border-color: #C26CD6;
}
</style>