Shades of Medium Orchid #C468EB
Tints of Medium Orchid #C468EB
RGB
CMYK
RGB Variations
Color information
#C468EB (or 0xC468EB) is known color: Medium Orchid. HEX triplet: C4, 68 and EB. RGB value is (196,104,235). Sum of RGB (Red+Green+Blue) = 196+104+235=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C468EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468EB is #3B9714. Grayscale: #929292. Windows color (decimal): -3905301 or 15427780. OLE color: 15427780.
HSL color Cylindrical-coordinate representation of color #C468EB: hue angle of 282.14º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C468EB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 104 | 235 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.08 |
| HSL | 282.14º | 0.77% | 0.66% | - |
| HSV(B) | 282.14º | 0.56% | 0.92% | - |
| XYZ | 42.71 | 27.63 | 81.68 | - |
| YUV | 146.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 235 | 0.17 | 0.56 | 0 | 0.08 | 282.14 | 0.77 | 0.66 |
| Hex | C4 | 68 | EB | 11 | 38 | 0 | 8 | 11A | 4D | 42 |
| Octal | 304 | 150 | 353 | 21 | 70 | 0 | 10 | 432 | 115 | 102 |
| Binary | 11000100 | 1101000 | 11101011 | 10001 | 111000 | 0 | 1000 | 100011010 | 1001101 | 1000010 |
Color Harmonies of #C468EB
Complementary color
Monochromatic Colors of #C468EB
Black with #C468EB
Text Example
Text Example
White with #C468EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468EB; }
p { color: rgb(196,104,235); }
H1.HeaderClassName
{
color: #C468EB;
}
.AnyTagClassName
{
color: #C468EB;
}
</style>
background-color css
<style>
a { background-color: #C468EB; }
a { background-color: rgb(196,104,235); }
div.DivClassName
{
background-color: #C468EB;
}
.BgClassName
{
background-color: #C468EB;
}
</style>
border-color css
<style>
span { border-color: #C468EB; }
span { border-color: rgb(196,104,235); }
td.TdClassName
{
border-color: #C468EB;
}
.TagClassName
{
border-color: #C468EB;
}
</style>