Shades of Medium Orchid #C26FDE
Tints of Medium Orchid #C26FDE
RGB
CMYK
RGB Variations
Color information
#C26FDE (or 0xC26FDE) is known color: Medium Orchid. HEX triplet: C2, 6F and DE. RGB value is (194,111,222). Sum of RGB (Red+Green+Blue) = 194+111+222=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C26FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FDE is #3D9021. Grayscale: #949494. Windows color (decimal): -4034594 or 14577602. OLE color: 14577602.
HSL color Cylindrical-coordinate representation of color #C26FDE: hue angle of 284.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26FDE is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 111 | 222 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.13 |
| HSL | 284.86º | 0.63% | 0.65% | - |
| HSV(B) | 284.86º | 0.5% | 0.87% | - |
| XYZ | 41.12 | 28.11 | 72.37 | - |
| YUV | 148.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 222 | 0.13 | 0.5 | 0 | 0.13 | 284.86 | 0.63 | 0.65 |
| Hex | C2 | 6F | DE | D | 32 | 0 | D | 11D | 3F | 41 |
| Octal | 302 | 157 | 336 | 15 | 62 | 0 | 15 | 435 | 77 | 101 |
| Binary | 11000010 | 1101111 | 11011110 | 1101 | 110010 | 0 | 1101 | 100011101 | 111111 | 1000001 |
Color Harmonies of #C26FDE
Complementary color
Monochromatic Colors of #C26FDE
Black with #C26FDE
Text Example
Text Example
White with #C26FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FDE; }
p { color: rgb(194,111,222); }
H1.HeaderClassName
{
color: #C26FDE;
}
.AnyTagClassName
{
color: #C26FDE;
}
</style>
background-color css
<style>
a { background-color: #C26FDE; }
a { background-color: rgb(194,111,222); }
div.DivClassName
{
background-color: #C26FDE;
}
.BgClassName
{
background-color: #C26FDE;
}
</style>
border-color css
<style>
span { border-color: #C26FDE; }
span { border-color: rgb(194,111,222); }
td.TdClassName
{
border-color: #C26FDE;
}
.TagClassName
{
border-color: #C26FDE;
}
</style>