Shades of Medium Orchid #C463EE
Tints of Medium Orchid #C463EE
RGB
CMYK
RGB Variations
Color information
#C463EE (or 0xC463EE) is known color: Medium Orchid. HEX triplet: C4, 63 and EE. RGB value is (196,99,238). Sum of RGB (Red+Green+Blue) = 196+99+238=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #C463EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463EE is #3B9C11. Grayscale: #8F8F8F. Windows color (decimal): -3906578 or 15623108. OLE color: 15623108.
HSL color Cylindrical-coordinate representation of color #C463EE: hue angle of 281.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C463EE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 99 | 238 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.07 |
| HSL | 281.87º | 0.8% | 0.66% | - |
| HSV(B) | 281.87º | 0.58% | 0.93% | - |
| XYZ | 42.66 | 26.83 | 83.82 | - |
| YUV | 143.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 238 | 0.18 | 0.58 | 0 | 0.07 | 281.87 | 0.8 | 0.66 |
| Hex | C4 | 63 | EE | 12 | 3A | 0 | 7 | 11A | 50 | 42 |
| Octal | 304 | 143 | 356 | 22 | 72 | 0 | 7 | 432 | 120 | 102 |
| Binary | 11000100 | 1100011 | 11101110 | 10010 | 111010 | 0 | 111 | 100011010 | 1010000 | 1000010 |
Color Harmonies of #C463EE
Complementary color
Monochromatic Colors of #C463EE
Black with #C463EE
Text Example
Text Example
White with #C463EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463EE; }
p { color: rgb(196,99,238); }
H1.HeaderClassName
{
color: #C463EE;
}
.AnyTagClassName
{
color: #C463EE;
}
</style>
background-color css
<style>
a { background-color: #C463EE; }
a { background-color: rgb(196,99,238); }
div.DivClassName
{
background-color: #C463EE;
}
.BgClassName
{
background-color: #C463EE;
}
</style>
border-color css
<style>
span { border-color: #C463EE; }
span { border-color: rgb(196,99,238); }
td.TdClassName
{
border-color: #C463EE;
}
.TagClassName
{
border-color: #C463EE;
}
</style>