Shades of Medium Orchid #C463E7
Tints of Medium Orchid #C463E7
RGB
CMYK
RGB Variations
Color information
#C463E7 (or 0xC463E7) is known color: Medium Orchid. HEX triplet: C4, 63 and E7. RGB value is (196,99,231). Sum of RGB (Red+Green+Blue) = 196+99+231=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #C463E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463E7 is #3B9C18. Grayscale: #8E8E8E. Windows color (decimal): -3906585 or 15164356. OLE color: 15164356.
HSL color Cylindrical-coordinate representation of color #C463E7: hue angle of 284.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C463E7 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 99 | 231 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.09 |
| HSL | 284.09º | 0.73% | 0.65% | - |
| HSV(B) | 284.09º | 0.57% | 0.91% | - |
| XYZ | 41.65 | 26.43 | 78.51 | - |
| YUV | 143.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 231 | 0.15 | 0.57 | 0 | 0.09 | 284.09 | 0.73 | 0.65 |
| Hex | C4 | 63 | E7 | F | 39 | 0 | 9 | 11C | 49 | 41 |
| Octal | 304 | 143 | 347 | 17 | 71 | 0 | 11 | 434 | 111 | 101 |
| Binary | 11000100 | 1100011 | 11100111 | 1111 | 111001 | 0 | 1001 | 100011100 | 1001001 | 1000001 |
Color Harmonies of #C463E7
Complementary color
Monochromatic Colors of #C463E7
Black with #C463E7
Text Example
Text Example
White with #C463E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463E7; }
p { color: rgb(196,99,231); }
H1.HeaderClassName
{
color: #C463E7;
}
.AnyTagClassName
{
color: #C463E7;
}
</style>
background-color css
<style>
a { background-color: #C463E7; }
a { background-color: rgb(196,99,231); }
div.DivClassName
{
background-color: #C463E7;
}
.BgClassName
{
background-color: #C463E7;
}
</style>
border-color css
<style>
span { border-color: #C463E7; }
span { border-color: rgb(196,99,231); }
td.TdClassName
{
border-color: #C463E7;
}
.TagClassName
{
border-color: #C463E7;
}
</style>