Shades of Medium Orchid #C26FE1
Tints of Medium Orchid #C26FE1
RGB
CMYK
RGB Variations
Color information
#C26FE1 (or 0xC26FE1) is known color: Medium Orchid. HEX triplet: C2, 6F and E1. RGB value is (194,111,225). Sum of RGB (Red+Green+Blue) = 194+111+225=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #C26FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FE1 is #3D901E. Grayscale: #949494. Windows color (decimal): -4034591 or 14774210. OLE color: 14774210.
HSL color Cylindrical-coordinate representation of color #C26FE1: hue angle of 283.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26FE1 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 111 | 225 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.12 |
| HSL | 283.68º | 0.66% | 0.66% | - |
| HSV(B) | 283.68º | 0.51% | 0.88% | - |
| XYZ | 41.52 | 28.27 | 74.5 | - |
| YUV | 148.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 225 | 0.14 | 0.51 | 0 | 0.12 | 283.68 | 0.66 | 0.66 |
| Hex | C2 | 6F | E1 | E | 33 | 0 | C | 11C | 42 | 42 |
| Octal | 302 | 157 | 341 | 16 | 63 | 0 | 14 | 434 | 102 | 102 |
| Binary | 11000010 | 1101111 | 11100001 | 1110 | 110011 | 0 | 1100 | 100011100 | 1000010 | 1000010 |
Color Harmonies of #C26FE1
Complementary color
Monochromatic Colors of #C26FE1
Black with #C26FE1
Text Example
Text Example
White with #C26FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FE1; }
p { color: rgb(194,111,225); }
H1.HeaderClassName
{
color: #C26FE1;
}
.AnyTagClassName
{
color: #C26FE1;
}
</style>
background-color css
<style>
a { background-color: #C26FE1; }
a { background-color: rgb(194,111,225); }
div.DivClassName
{
background-color: #C26FE1;
}
.BgClassName
{
background-color: #C26FE1;
}
</style>
border-color css
<style>
span { border-color: #C26FE1; }
span { border-color: rgb(194,111,225); }
td.TdClassName
{
border-color: #C26FE1;
}
.TagClassName
{
border-color: #C26FE1;
}
</style>