Shades of Medium Orchid #C26FDD
Tints of Medium Orchid #C26FDD
RGB
CMYK
RGB Variations
Color information
#C26FDD (or 0xC26FDD) is known color: Medium Orchid. HEX triplet: C2, 6F and DD. RGB value is (194,111,221). Sum of RGB (Red+Green+Blue) = 194+111+221=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FDD is #3D9022. Grayscale: #949494. Windows color (decimal): -4034595 or 14512066. OLE color: 14512066.
HSL color Cylindrical-coordinate representation of color #C26FDD: hue angle of 285.27º degrees, saturation: 0.62, 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 #C26FDD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 111 | 221 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.13 |
| HSL | 285.27º | 0.62% | 0.65% | - |
| HSV(B) | 285.27º | 0.5% | 0.87% | - |
| XYZ | 40.98 | 28.06 | 71.66 | - |
| YUV | 148.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 221 | 0.12 | 0.50 | 0 | 0.13 | 285.27 | 0.62 | 0.65 |
| Hex | C2 | 6F | DD | C | 32 | 0 | D | 11D | 3E | 41 |
| Octal | 302 | 157 | 335 | 14 | 62 | 0 | 15 | 435 | 76 | 101 |
| Binary | 11000010 | 1101111 | 11011101 | 1100 | 110010 | 0 | 1101 | 100011101 | 111110 | 1000001 |
Color Harmonies of #C26FDD
Complementary color
Monochromatic Colors of #C26FDD
Black with #C26FDD
Text Example
Text Example
White with #C26FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FDD; }
p { color: rgb(194,111,221); }
H1.HeaderClassName
{
color: #C26FDD;
}
.AnyTagClassName
{
color: #C26FDD;
}
</style>
background-color css
<style>
a { background-color: #C26FDD; }
a { background-color: rgb(194,111,221); }
div.DivClassName
{
background-color: #C26FDD;
}
.BgClassName
{
background-color: #C26FDD;
}
</style>
border-color css
<style>
span { border-color: #C26FDD; }
span { border-color: rgb(194,111,221); }
td.TdClassName
{
border-color: #C26FDD;
}
.TagClassName
{
border-color: #C26FDD;
}
</style>