Shades of Medium Orchid #C26BD3
Tints of Medium Orchid #C26BD3
RGB
CMYK
RGB Variations
Color information
#C26BD3 (or 0xC26BD3) is known color: Medium Orchid. HEX triplet: C2, 6B and D3. RGB value is (194,107,211). Sum of RGB (Red+Green+Blue) = 194+107+211=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #C26BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BD3 is #3D942C. Grayscale: #909090. Windows color (decimal): -4035629 or 13855682. OLE color: 13855682.
HSL color Cylindrical-coordinate representation of color #C26BD3: hue angle of 290.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26BD3 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 107 | 211 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.17 |
| HSL | 290.19º | 0.54% | 0.62% | - |
| HSV(B) | 290.19º | 0.49% | 0.83% | - |
| XYZ | 39.26 | 26.69 | 64.71 | - |
| YUV | 144.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 211 | 0.08 | 0.49 | 0 | 0.17 | 290.19 | 0.54 | 0.62 |
| Hex | C2 | 6B | D3 | 8 | 31 | 0 | 11 | 122 | 36 | 3E |
| Octal | 302 | 153 | 323 | 10 | 61 | 0 | 21 | 442 | 66 | 76 |
| Binary | 11000010 | 1101011 | 11010011 | 1000 | 110001 | 0 | 10001 | 100100010 | 110110 | 111110 |
Color Harmonies of #C26BD3
Complementary color
Monochromatic Colors of #C26BD3
Black with #C26BD3
Text Example
Text Example
White with #C26BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BD3; }
p { color: rgb(194,107,211); }
H1.HeaderClassName
{
color: #C26BD3;
}
.AnyTagClassName
{
color: #C26BD3;
}
</style>
background-color css
<style>
a { background-color: #C26BD3; }
a { background-color: rgb(194,107,211); }
div.DivClassName
{
background-color: #C26BD3;
}
.BgClassName
{
background-color: #C26BD3;
}
</style>
border-color css
<style>
span { border-color: #C26BD3; }
span { border-color: rgb(194,107,211); }
td.TdClassName
{
border-color: #C26BD3;
}
.TagClassName
{
border-color: #C26BD3;
}
</style>