Shades of Medium Orchid #C26CDC
Tints of Medium Orchid #C26CDC
RGB
CMYK
RGB Variations
Color information
#C26CDC (or 0xC26CDC) is known color: Medium Orchid. HEX triplet: C2, 6C and DC. RGB value is (194,108,220). Sum of RGB (Red+Green+Blue) = 194+108+220=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C26CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CDC is #3D9323. Grayscale: #929292. Windows color (decimal): -4035364 or 14445762. OLE color: 14445762.
HSL color Cylindrical-coordinate representation of color #C26CDC: hue angle of 286.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26CDC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 108 | 220 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.14 |
| HSL | 286.07º | 0.62% | 0.64% | - |
| HSV(B) | 286.07º | 0.51% | 0.86% | - |
| XYZ | 40.53 | 27.36 | 70.86 | - |
| YUV | 146.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 220 | 0.12 | 0.51 | 0 | 0.14 | 286.07 | 0.62 | 0.64 |
| Hex | C2 | 6C | DC | C | 33 | 0 | E | 11E | 3E | 40 |
| Octal | 302 | 154 | 334 | 14 | 63 | 0 | 16 | 436 | 76 | 100 |
| Binary | 11000010 | 1101100 | 11011100 | 1100 | 110011 | 0 | 1110 | 100011110 | 111110 | 1000000 |
Color Harmonies of #C26CDC
Complementary color
Monochromatic Colors of #C26CDC
Black with #C26CDC
Text Example
Text Example
White with #C26CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CDC; }
p { color: rgb(194,108,220); }
H1.HeaderClassName
{
color: #C26CDC;
}
.AnyTagClassName
{
color: #C26CDC;
}
</style>
background-color css
<style>
a { background-color: #C26CDC; }
a { background-color: rgb(194,108,220); }
div.DivClassName
{
background-color: #C26CDC;
}
.BgClassName
{
background-color: #C26CDC;
}
</style>
border-color css
<style>
span { border-color: #C26CDC; }
span { border-color: rgb(194,108,220); }
td.TdClassName
{
border-color: #C26CDC;
}
.TagClassName
{
border-color: #C26CDC;
}
</style>