Shades of Medium Orchid #C469EA
Tints of Medium Orchid #C469EA
RGB
CMYK
RGB Variations
Color information
#C469EA (or 0xC469EA) is known color: Medium Orchid. HEX triplet: C4, 69 and EA. RGB value is (196,105,234). Sum of RGB (Red+Green+Blue) = 196+105+234=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C469EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469EA is #3B9615. Grayscale: #929292. Windows color (decimal): -3905046 or 15362500. OLE color: 15362500.
HSL color Cylindrical-coordinate representation of color #C469EA: hue angle of 282.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C469EA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 105 | 234 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.08 |
| HSL | 282.33º | 0.75% | 0.66% | - |
| HSV(B) | 282.33º | 0.55% | 0.92% | - |
| XYZ | 42.67 | 27.78 | 80.96 | - |
| YUV | 146.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 234 | 0.16 | 0.55 | 0 | 0.08 | 282.33 | 0.75 | 0.66 |
| Hex | C4 | 69 | EA | 10 | 37 | 0 | 8 | 11A | 4B | 42 |
| Octal | 304 | 151 | 352 | 20 | 67 | 0 | 10 | 432 | 113 | 102 |
| Binary | 11000100 | 1101001 | 11101010 | 10000 | 110111 | 0 | 1000 | 100011010 | 1001011 | 1000010 |
Color Harmonies of #C469EA
Complementary color
Monochromatic Colors of #C469EA
Black with #C469EA
Text Example
Text Example
White with #C469EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469EA; }
p { color: rgb(196,105,234); }
H1.HeaderClassName
{
color: #C469EA;
}
.AnyTagClassName
{
color: #C469EA;
}
</style>
background-color css
<style>
a { background-color: #C469EA; }
a { background-color: rgb(196,105,234); }
div.DivClassName
{
background-color: #C469EA;
}
.BgClassName
{
background-color: #C469EA;
}
</style>
border-color css
<style>
span { border-color: #C469EA; }
span { border-color: rgb(196,105,234); }
td.TdClassName
{
border-color: #C469EA;
}
.TagClassName
{
border-color: #C469EA;
}
</style>