Shades of Medium Orchid #C469EC
Tints of Medium Orchid #C469EC
RGB
CMYK
RGB Variations
Color information
#C469EC (or 0xC469EC) is known color: Medium Orchid. HEX triplet: C4, 69 and EC. RGB value is (196,105,236). Sum of RGB (Red+Green+Blue) = 196+105+236=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C469EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469EC is #3B9613. Grayscale: #929292. Windows color (decimal): -3905044 or 15493572. OLE color: 15493572.
HSL color Cylindrical-coordinate representation of color #C469EC: hue angle of 281.68º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C469EC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 105 | 236 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.07 |
| HSL | 281.68º | 0.78% | 0.67% | - |
| HSV(B) | 281.68º | 0.56% | 0.93% | - |
| XYZ | 42.96 | 27.9 | 82.48 | - |
| YUV | 147.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 236 | 0.17 | 0.56 | 0 | 0.07 | 281.68 | 0.78 | 0.67 |
| Hex | C4 | 69 | EC | 11 | 38 | 0 | 7 | 11A | 4E | 43 |
| Octal | 304 | 151 | 354 | 21 | 70 | 0 | 7 | 432 | 116 | 103 |
| Binary | 11000100 | 1101001 | 11101100 | 10001 | 111000 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C469EC
Complementary color
Monochromatic Colors of #C469EC
Black with #C469EC
Text Example
Text Example
White with #C469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469EC; }
p { color: rgb(196,105,236); }
H1.HeaderClassName
{
color: #C469EC;
}
.AnyTagClassName
{
color: #C469EC;
}
</style>
background-color css
<style>
a { background-color: #C469EC; }
a { background-color: rgb(196,105,236); }
div.DivClassName
{
background-color: #C469EC;
}
.BgClassName
{
background-color: #C469EC;
}
</style>
border-color css
<style>
span { border-color: #C469EC; }
span { border-color: rgb(196,105,236); }
td.TdClassName
{
border-color: #C469EC;
}
.TagClassName
{
border-color: #C469EC;
}
</style>