Shades of Medium Orchid #C663EE
Tints of Medium Orchid #C663EE
RGB
CMYK
RGB Variations
Color information
#C663EE (or 0xC663EE) is known color: Medium Orchid. HEX triplet: C6, 63 and EE. RGB value is (198,99,238). Sum of RGB (Red+Green+Blue) = 198+99+238=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 99 (39.06% from 255 or 18.50% 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 #C663EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C663EE is #399C11. Grayscale: #8F8F8F. Windows color (decimal): -3775506 or 15623110. OLE color: 15623110.
HSL color Cylindrical-coordinate representation of color #C663EE: hue angle of 282.73º 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 #C663EE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 99 | 238 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.07 |
| HSL | 282.73º | 0.8% | 0.66% | - |
| HSV(B) | 282.73º | 0.58% | 0.93% | - |
| XYZ | 43.18 | 27.1 | 83.84 | - |
| YUV | 144.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 238 | 0.17 | 0.58 | 0 | 0.07 | 282.73 | 0.8 | 0.66 |
| Hex | C6 | 63 | EE | 11 | 3A | 0 | 7 | 11B | 50 | 42 |
| Octal | 306 | 143 | 356 | 21 | 72 | 0 | 7 | 433 | 120 | 102 |
| Binary | 11000110 | 1100011 | 11101110 | 10001 | 111010 | 0 | 111 | 100011011 | 1010000 | 1000010 |
Color Harmonies of #C663EE
Complementary color
Monochromatic Colors of #C663EE
Black with #C663EE
Text Example
Text Example
White with #C663EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663EE; }
p { color: rgb(198,99,238); }
H1.HeaderClassName
{
color: #C663EE;
}
.AnyTagClassName
{
color: #C663EE;
}
</style>
background-color css
<style>
a { background-color: #C663EE; }
a { background-color: rgb(198,99,238); }
div.DivClassName
{
background-color: #C663EE;
}
.BgClassName
{
background-color: #C663EE;
}
</style>
border-color css
<style>
span { border-color: #C663EE; }
span { border-color: rgb(198,99,238); }
td.TdClassName
{
border-color: #C663EE;
}
.TagClassName
{
border-color: #C663EE;
}
</style>