Shades of Medium Orchid #C468E9
Tints of Medium Orchid #C468E9
RGB
CMYK
RGB Variations
Color information
#C468E9 (or 0xC468E9) is known color: Medium Orchid. HEX triplet: C4, 68 and E9. RGB value is (196,104,233). Sum of RGB (Red+Green+Blue) = 196+104+233=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #C468E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468E9 is #3B9716. Grayscale: #919191. Windows color (decimal): -3905303 or 15296708. OLE color: 15296708.
HSL color Cylindrical-coordinate representation of color #C468E9: hue angle of 282.79º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C468E9 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 104 | 233 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.09 |
| HSL | 282.79º | 0.75% | 0.66% | - |
| HSV(B) | 282.79º | 0.55% | 0.91% | - |
| XYZ | 42.42 | 27.52 | 80.17 | - |
| YUV | 146.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 233 | 0.16 | 0.55 | 0 | 0.09 | 282.79 | 0.75 | 0.66 |
| Hex | C4 | 68 | E9 | 10 | 37 | 0 | 9 | 11B | 4B | 42 |
| Octal | 304 | 150 | 351 | 20 | 67 | 0 | 11 | 433 | 113 | 102 |
| Binary | 11000100 | 1101000 | 11101001 | 10000 | 110111 | 0 | 1001 | 100011011 | 1001011 | 1000010 |
Color Harmonies of #C468E9
Complementary color
Monochromatic Colors of #C468E9
Black with #C468E9
Text Example
Text Example
White with #C468E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468E9; }
p { color: rgb(196,104,233); }
H1.HeaderClassName
{
color: #C468E9;
}
.AnyTagClassName
{
color: #C468E9;
}
</style>
background-color css
<style>
a { background-color: #C468E9; }
a { background-color: rgb(196,104,233); }
div.DivClassName
{
background-color: #C468E9;
}
.BgClassName
{
background-color: #C468E9;
}
</style>
border-color css
<style>
span { border-color: #C468E9; }
span { border-color: rgb(196,104,233); }
td.TdClassName
{
border-color: #C468E9;
}
.TagClassName
{
border-color: #C468E9;
}
</style>