Shades of Medium Orchid #C763E8
Tints of Medium Orchid #C763E8
RGB
CMYK
RGB Variations
Color information
#C763E8 (or 0xC763E8) is known color: Medium Orchid. HEX triplet: C7, 63 and E8. RGB value is (199,99,232). Sum of RGB (Red+Green+Blue) = 199+99+232=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #C763E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C763E8 is #389C17. Grayscale: #8F8F8F. Windows color (decimal): -3709976 or 15229895. OLE color: 15229895.
HSL color Cylindrical-coordinate representation of color #C763E8: hue angle of 285.11º degrees, saturation: 0.74, 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 #C763E8 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 99 | 232 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.09 |
| HSL | 285.11º | 0.74% | 0.65% | - |
| HSV(B) | 285.11º | 0.57% | 0.91% | - |
| XYZ | 42.58 | 26.89 | 79.29 | - |
| YUV | 144.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 232 | 0.14 | 0.57 | 0 | 0.09 | 285.11 | 0.74 | 0.65 |
| Hex | C7 | 63 | E8 | E | 39 | 0 | 9 | 11D | 4A | 41 |
| Octal | 307 | 143 | 350 | 16 | 71 | 0 | 11 | 435 | 112 | 101 |
| Binary | 11000111 | 1100011 | 11101000 | 1110 | 111001 | 0 | 1001 | 100011101 | 1001010 | 1000001 |
Color Harmonies of #C763E8
Complementary color
Monochromatic Colors of #C763E8
Black with #C763E8
Text Example
Text Example
White with #C763E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763E8; }
p { color: rgb(199,99,232); }
H1.HeaderClassName
{
color: #C763E8;
}
.AnyTagClassName
{
color: #C763E8;
}
</style>
background-color css
<style>
a { background-color: #C763E8; }
a { background-color: rgb(199,99,232); }
div.DivClassName
{
background-color: #C763E8;
}
.BgClassName
{
background-color: #C763E8;
}
</style>
border-color css
<style>
span { border-color: #C763E8; }
span { border-color: rgb(199,99,232); }
td.TdClassName
{
border-color: #C763E8;
}
.TagClassName
{
border-color: #C763E8;
}
</style>