Shades of Medium Orchid #C468E3
Tints of Medium Orchid #C468E3
RGB
CMYK
RGB Variations
Color information
#C468E3 (or 0xC468E3) is known color: Medium Orchid. HEX triplet: C4, 68 and E3. RGB value is (196,104,227). Sum of RGB (Red+Green+Blue) = 196+104+227=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #C468E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468E3 is #3B971C. Grayscale: #919191. Windows color (decimal): -3905309 or 14903492. OLE color: 14903492.
HSL color Cylindrical-coordinate representation of color #C468E3: hue angle of 284.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C468E3 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 104 | 227 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.11 |
| HSL | 284.88º | 0.69% | 0.65% | - |
| HSV(B) | 284.88º | 0.54% | 0.89% | - |
| XYZ | 41.58 | 27.18 | 75.73 | - |
| YUV | 145.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 227 | 0.14 | 0.54 | 0 | 0.11 | 284.88 | 0.69 | 0.65 |
| Hex | C4 | 68 | E3 | E | 36 | 0 | B | 11D | 45 | 41 |
| Octal | 304 | 150 | 343 | 16 | 66 | 0 | 13 | 435 | 105 | 101 |
| Binary | 11000100 | 1101000 | 11100011 | 1110 | 110110 | 0 | 1011 | 100011101 | 1000101 | 1000001 |
Color Harmonies of #C468E3
Complementary color
Monochromatic Colors of #C468E3
Black with #C468E3
Text Example
Text Example
White with #C468E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468E3; }
p { color: rgb(196,104,227); }
H1.HeaderClassName
{
color: #C468E3;
}
.AnyTagClassName
{
color: #C468E3;
}
</style>
background-color css
<style>
a { background-color: #C468E3; }
a { background-color: rgb(196,104,227); }
div.DivClassName
{
background-color: #C468E3;
}
.BgClassName
{
background-color: #C468E3;
}
</style>
border-color css
<style>
span { border-color: #C468E3; }
span { border-color: rgb(196,104,227); }
td.TdClassName
{
border-color: #C468E3;
}
.TagClassName
{
border-color: #C468E3;
}
</style>