Shades of Medium Orchid #C26DCF
Tints of Medium Orchid #C26DCF
RGB
CMYK
RGB Variations
Color information
#C26DCF (or 0xC26DCF) is known color: Medium Orchid. HEX triplet: C2, 6D and CF. RGB value is (194,109,207). Sum of RGB (Red+Green+Blue) = 194+109+207=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCF is #3D9230. Grayscale: #919191. Windows color (decimal): -4035121 or 13594050. OLE color: 13594050.
HSL color Cylindrical-coordinate representation of color #C26DCF: hue angle of 292.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26DCF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 109 | 207 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.19 |
| HSL | 292.04º | 0.51% | 0.62% | - |
| HSV(B) | 292.04º | 0.47% | 0.81% | - |
| XYZ | 38.98 | 26.91 | 62.17 | - |
| YUV | 145.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 207 | 0.06 | 0.47 | 0 | 0.19 | 292.04 | 0.51 | 0.62 |
| Hex | C2 | 6D | CF | 6 | 2F | 0 | 13 | 124 | 33 | 3E |
| Octal | 302 | 155 | 317 | 6 | 57 | 0 | 23 | 444 | 63 | 76 |
| Binary | 11000010 | 1101101 | 11001111 | 110 | 101111 | 0 | 10011 | 100100100 | 110011 | 111110 |
Color Harmonies of #C26DCF
Complementary color
Monochromatic Colors of #C26DCF
Black with #C26DCF
Text Example
Text Example
White with #C26DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DCF; }
p { color: rgb(194,109,207); }
H1.HeaderClassName
{
color: #C26DCF;
}
.AnyTagClassName
{
color: #C26DCF;
}
</style>
background-color css
<style>
a { background-color: #C26DCF; }
a { background-color: rgb(194,109,207); }
div.DivClassName
{
background-color: #C26DCF;
}
.BgClassName
{
background-color: #C26DCF;
}
</style>
border-color css
<style>
span { border-color: #C26DCF; }
span { border-color: rgb(194,109,207); }
td.TdClassName
{
border-color: #C26DCF;
}
.TagClassName
{
border-color: #C26DCF;
}
</style>