Shades of Medium Orchid #C463EF
Tints of Medium Orchid #C463EF
RGB
CMYK
RGB Variations
Color information
#C463EF (or 0xC463EF) is known color: Medium Orchid. HEX triplet: C4, 63 and EF. RGB value is (196,99,239). Sum of RGB (Red+Green+Blue) = 196+99+239=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C463EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463EF is #3B9C10. Grayscale: #8F8F8F. Windows color (decimal): -3906577 or 15688644. OLE color: 15688644.
HSL color Cylindrical-coordinate representation of color #C463EF: hue angle of 281.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C463EF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 99 | 239 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.06 |
| HSL | 281.57º | 0.81% | 0.66% | - |
| HSV(B) | 281.57º | 0.59% | 0.94% | - |
| XYZ | 42.81 | 26.89 | 84.6 | - |
| YUV | 143.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 239 | 0.18 | 0.59 | 0 | 0.06 | 281.57 | 0.81 | 0.66 |
| Hex | C4 | 63 | EF | 12 | 3B | 0 | 6 | 11A | 51 | 42 |
| Octal | 304 | 143 | 357 | 22 | 73 | 0 | 6 | 432 | 121 | 102 |
| Binary | 11000100 | 1100011 | 11101111 | 10010 | 111011 | 0 | 110 | 100011010 | 1010001 | 1000010 |
Color Harmonies of #C463EF
Complementary color
Monochromatic Colors of #C463EF
Black with #C463EF
Text Example
Text Example
White with #C463EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463EF; }
p { color: rgb(196,99,239); }
H1.HeaderClassName
{
color: #C463EF;
}
.AnyTagClassName
{
color: #C463EF;
}
</style>
background-color css
<style>
a { background-color: #C463EF; }
a { background-color: rgb(196,99,239); }
div.DivClassName
{
background-color: #C463EF;
}
.BgClassName
{
background-color: #C463EF;
}
</style>
border-color css
<style>
span { border-color: #C463EF; }
span { border-color: rgb(196,99,239); }
td.TdClassName
{
border-color: #C463EF;
}
.TagClassName
{
border-color: #C463EF;
}
</style>