Shades of Medium Orchid #C762E9
Tints of Medium Orchid #C762E9
RGB
CMYK
RGB Variations
Color information
#C762E9 (or 0xC762E9) is known color: Medium Orchid. HEX triplet: C7, 62 and E9. RGB value is (199,98,233). Sum of RGB (Red+Green+Blue) = 199+98+233=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #C762E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C762E9 is #389D16. Grayscale: #8F8F8F. Windows color (decimal): -3710231 or 15295175. OLE color: 15295175.
HSL color Cylindrical-coordinate representation of color #C762E9: hue angle of 284.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C762E9 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 98 | 233 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.09 |
| HSL | 284.89º | 0.75% | 0.65% | - |
| HSV(B) | 284.89º | 0.58% | 0.91% | - |
| XYZ | 42.63 | 26.76 | 80.01 | - |
| YUV | 143.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 233 | 0.15 | 0.58 | 0 | 0.09 | 284.89 | 0.75 | 0.65 |
| Hex | C7 | 62 | E9 | F | 3A | 0 | 9 | 11D | 4B | 41 |
| Octal | 307 | 142 | 351 | 17 | 72 | 0 | 11 | 435 | 113 | 101 |
| Binary | 11000111 | 1100010 | 11101001 | 1111 | 111010 | 0 | 1001 | 100011101 | 1001011 | 1000001 |
Color Harmonies of #C762E9
Complementary color
Monochromatic Colors of #C762E9
Black with #C762E9
Text Example
Text Example
White with #C762E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762E9; }
p { color: rgb(199,98,233); }
H1.HeaderClassName
{
color: #C762E9;
}
.AnyTagClassName
{
color: #C762E9;
}
</style>
background-color css
<style>
a { background-color: #C762E9; }
a { background-color: rgb(199,98,233); }
div.DivClassName
{
background-color: #C762E9;
}
.BgClassName
{
background-color: #C762E9;
}
</style>
border-color css
<style>
span { border-color: #C762E9; }
span { border-color: rgb(199,98,233); }
td.TdClassName
{
border-color: #C762E9;
}
.TagClassName
{
border-color: #C762E9;
}
</style>