Shades of Medium Orchid #C26BCE
Tints of Medium Orchid #C26BCE
RGB
CMYK
RGB Variations
Color information
#C26BCE (or 0xC26BCE) is known color: Medium Orchid. HEX triplet: C2, 6B and CE. RGB value is (194,107,206). Sum of RGB (Red+Green+Blue) = 194+107+206=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BCE is #3D9431. Grayscale: #8F8F8F. Windows color (decimal): -4035634 or 13528002. OLE color: 13528002.
HSL color Cylindrical-coordinate representation of color #C26BCE: hue angle of 292.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26BCE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 107 | 206 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.19 |
| HSL | 292.73º | 0.5% | 0.61% | - |
| HSV(B) | 292.73º | 0.48% | 0.81% | - |
| XYZ | 38.65 | 26.44 | 61.46 | - |
| YUV | 144.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 206 | 0.06 | 0.48 | 0 | 0.19 | 292.73 | 0.5 | 0.61 |
| Hex | C2 | 6B | CE | 6 | 30 | 0 | 13 | 125 | 32 | 3D |
| Octal | 302 | 153 | 316 | 6 | 60 | 0 | 23 | 445 | 62 | 75 |
| Binary | 11000010 | 1101011 | 11001110 | 110 | 110000 | 0 | 10011 | 100100101 | 110010 | 111101 |
Color Harmonies of #C26BCE
Complementary color
Monochromatic Colors of #C26BCE
Black with #C26BCE
Text Example
Text Example
White with #C26BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26BCE; }
p { color: rgb(194,107,206); }
H1.HeaderClassName
{
color: #C26BCE;
}
.AnyTagClassName
{
color: #C26BCE;
}
</style>
background-color css
<style>
a { background-color: #C26BCE; }
a { background-color: rgb(194,107,206); }
div.DivClassName
{
background-color: #C26BCE;
}
.BgClassName
{
background-color: #C26BCE;
}
</style>
border-color css
<style>
span { border-color: #C26BCE; }
span { border-color: rgb(194,107,206); }
td.TdClassName
{
border-color: #C26BCE;
}
.TagClassName
{
border-color: #C26BCE;
}
</style>