Shades of Medium Orchid #C26DCB
Tints of Medium Orchid #C26DCB
RGB
CMYK
RGB Variations
Color information
#C26DCB (or 0xC26DCB) is known color: Medium Orchid. HEX triplet: C2, 6D and CB. RGB value is (194,109,203). Sum of RGB (Red+Green+Blue) = 194+109+203=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C26DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCB is #3D9234. Grayscale: #909090. Windows color (decimal): -4035125 or 13331906. OLE color: 13331906.
HSL color Cylindrical-coordinate representation of color #C26DCB: hue angle of 294.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26DCB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 109 | 203 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.20 |
| HSL | 294.26º | 0.47% | 0.61% | - |
| HSV(B) | 294.26º | 0.46% | 0.8% | - |
| XYZ | 38.5 | 26.72 | 59.63 | - |
| YUV | 145.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 203 | 0.04 | 0.46 | 0 | 0.20 | 294.26 | 0.47 | 0.61 |
| Hex | C2 | 6D | CB | 4 | 2E | 0 | 14 | 126 | 2F | 3D |
| Octal | 302 | 155 | 313 | 4 | 56 | 0 | 24 | 446 | 57 | 75 |
| Binary | 11000010 | 1101101 | 11001011 | 100 | 101110 | 0 | 10100 | 100100110 | 101111 | 111101 |
Color Harmonies of #C26DCB
Complementary color
Monochromatic Colors of #C26DCB
Black with #C26DCB
Text Example
Text Example
White with #C26DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DCB; }
p { color: rgb(194,109,203); }
H1.HeaderClassName
{
color: #C26DCB;
}
.AnyTagClassName
{
color: #C26DCB;
}
</style>
background-color css
<style>
a { background-color: #C26DCB; }
a { background-color: rgb(194,109,203); }
div.DivClassName
{
background-color: #C26DCB;
}
.BgClassName
{
background-color: #C26DCB;
}
</style>
border-color css
<style>
span { border-color: #C26DCB; }
span { border-color: rgb(194,109,203); }
td.TdClassName
{
border-color: #C26DCB;
}
.TagClassName
{
border-color: #C26DCB;
}
</style>