Shades of Medium Orchid #C26ECF
Tints of Medium Orchid #C26ECF
RGB
CMYK
RGB Variations
Color information
#C26ECF (or 0xC26ECF) is known color: Medium Orchid. HEX triplet: C2, 6E and CF. RGB value is (194,110,207). Sum of RGB (Red+Green+Blue) = 194+110+207=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ECF is #3D9130. Grayscale: #919191. Windows color (decimal): -4034865 or 13594306. OLE color: 13594306.
HSL color Cylindrical-coordinate representation of color #C26ECF: hue angle of 291.96º degrees, saturation: 0.5, 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 #C26ECF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 110 | 207 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.19 |
| HSL | 291.96º | 0.5% | 0.62% | - |
| HSV(B) | 291.96º | 0.47% | 0.81% | - |
| XYZ | 39.09 | 27.13 | 62.21 | - |
| YUV | 146.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 207 | 0.06 | 0.47 | 0 | 0.19 | 291.96 | 0.5 | 0.62 |
| Hex | C2 | 6E | CF | 6 | 2F | 0 | 13 | 124 | 32 | 3E |
| Octal | 302 | 156 | 317 | 6 | 57 | 0 | 23 | 444 | 62 | 76 |
| Binary | 11000010 | 1101110 | 11001111 | 110 | 101111 | 0 | 10011 | 100100100 | 110010 | 111110 |
Color Harmonies of #C26ECF
Complementary color
Monochromatic Colors of #C26ECF
Black with #C26ECF
Text Example
Text Example
White with #C26ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26ECF; }
p { color: rgb(194,110,207); }
H1.HeaderClassName
{
color: #C26ECF;
}
.AnyTagClassName
{
color: #C26ECF;
}
</style>
background-color css
<style>
a { background-color: #C26ECF; }
a { background-color: rgb(194,110,207); }
div.DivClassName
{
background-color: #C26ECF;
}
.BgClassName
{
background-color: #C26ECF;
}
</style>
border-color css
<style>
span { border-color: #C26ECF; }
span { border-color: rgb(194,110,207); }
td.TdClassName
{
border-color: #C26ECF;
}
.TagClassName
{
border-color: #C26ECF;
}
</style>