Shades of Medium Orchid #C662EE
Tints of Medium Orchid #C662EE
RGB
CMYK
RGB Variations
Color information
#C662EE (or 0xC662EE) is known color: Medium Orchid. HEX triplet: C6, 62 and EE. RGB value is (198,98,238). Sum of RGB (Red+Green+Blue) = 198+98+238=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #C662EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C662EE is #399D11. Grayscale: #8F8F8F. Windows color (decimal): -3775762 or 15622854. OLE color: 15622854.
HSL color Cylindrical-coordinate representation of color #C662EE: hue angle of 282.86º 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 #C662EE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 98 | 238 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.07 |
| HSL | 282.86º | 0.8% | 0.66% | - |
| HSV(B) | 282.86º | 0.59% | 0.93% | - |
| XYZ | 43.09 | 26.91 | 83.81 | - |
| YUV | 143.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 238 | 0.17 | 0.59 | 0 | 0.07 | 282.86 | 0.8 | 0.66 |
| Hex | C6 | 62 | EE | 11 | 3B | 0 | 7 | 11B | 50 | 42 |
| Octal | 306 | 142 | 356 | 21 | 73 | 0 | 7 | 433 | 120 | 102 |
| Binary | 11000110 | 1100010 | 11101110 | 10001 | 111011 | 0 | 111 | 100011011 | 1010000 | 1000010 |
Color Harmonies of #C662EE
Complementary color
Monochromatic Colors of #C662EE
Black with #C662EE
Text Example
Text Example
White with #C662EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662EE; }
p { color: rgb(198,98,238); }
H1.HeaderClassName
{
color: #C662EE;
}
.AnyTagClassName
{
color: #C662EE;
}
</style>
background-color css
<style>
a { background-color: #C662EE; }
a { background-color: rgb(198,98,238); }
div.DivClassName
{
background-color: #C662EE;
}
.BgClassName
{
background-color: #C662EE;
}
</style>
border-color css
<style>
span { border-color: #C662EE; }
span { border-color: rgb(198,98,238); }
td.TdClassName
{
border-color: #C662EE;
}
.TagClassName
{
border-color: #C662EE;
}
</style>