Shades of Medium Orchid #C762EE
Tints of Medium Orchid #C762EE
RGB
CMYK
RGB Variations
Color information
#C762EE (or 0xC762EE) is known color: Medium Orchid. HEX triplet: C7, 62 and EE. RGB value is (199,98,238). Sum of RGB (Red+Green+Blue) = 199+98+238=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #C762EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C762EE is #389D11. Grayscale: #8F8F8F. Windows color (decimal): -3710226 or 15622855. OLE color: 15622855.
HSL color Cylindrical-coordinate representation of color #C762EE: hue angle of 283.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C762EE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 98 | 238 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.07 |
| HSL | 283.29º | 0.8% | 0.66% | - |
| HSV(B) | 283.29º | 0.59% | 0.93% | - |
| XYZ | 43.35 | 27.05 | 83.83 | - |
| YUV | 144.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 238 | 0.16 | 0.59 | 0 | 0.07 | 283.29 | 0.8 | 0.66 |
| Hex | C7 | 62 | EE | 10 | 3B | 0 | 7 | 11B | 50 | 42 |
| Octal | 307 | 142 | 356 | 20 | 73 | 0 | 7 | 433 | 120 | 102 |
| Binary | 11000111 | 1100010 | 11101110 | 10000 | 111011 | 0 | 111 | 100011011 | 1010000 | 1000010 |
Color Harmonies of #C762EE
Complementary color
Monochromatic Colors of #C762EE
Black with #C762EE
Text Example
Text Example
White with #C762EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762EE; }
p { color: rgb(199,98,238); }
H1.HeaderClassName
{
color: #C762EE;
}
.AnyTagClassName
{
color: #C762EE;
}
</style>
background-color css
<style>
a { background-color: #C762EE; }
a { background-color: rgb(199,98,238); }
div.DivClassName
{
background-color: #C762EE;
}
.BgClassName
{
background-color: #C762EE;
}
</style>
border-color css
<style>
span { border-color: #C762EE; }
span { border-color: rgb(199,98,238); }
td.TdClassName
{
border-color: #C762EE;
}
.TagClassName
{
border-color: #C762EE;
}
</style>