Shades of Medium Orchid #C663E5
Tints of Medium Orchid #C663E5
RGB
CMYK
RGB Variations
Color information
#C663E5 (or 0xC663E5) is known color: Medium Orchid. HEX triplet: C6, 63 and E5. RGB value is (198,99,229). Sum of RGB (Red+Green+Blue) = 198+99+229=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #C663E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663E5 is #399C1A. Grayscale: #8F8F8F. Windows color (decimal): -3775515 or 15033286. OLE color: 15033286.
HSL color Cylindrical-coordinate representation of color #C663E5: hue angle of 285.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C663E5 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 99 | 229 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.10 |
| HSL | 285.69º | 0.71% | 0.64% | - |
| HSV(B) | 285.69º | 0.57% | 0.9% | - |
| XYZ | 41.89 | 26.59 | 77.05 | - |
| YUV | 143.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 229 | 0.14 | 0.57 | 0 | 0.10 | 285.69 | 0.71 | 0.64 |
| Hex | C6 | 63 | E5 | E | 39 | 0 | A | 11E | 47 | 40 |
| Octal | 306 | 143 | 345 | 16 | 71 | 0 | 12 | 436 | 107 | 100 |
| Binary | 11000110 | 1100011 | 11100101 | 1110 | 111001 | 0 | 1010 | 100011110 | 1000111 | 1000000 |
Color Harmonies of #C663E5
Complementary color
Monochromatic Colors of #C663E5
Black with #C663E5
Text Example
Text Example
White with #C663E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663E5; }
p { color: rgb(198,99,229); }
H1.HeaderClassName
{
color: #C663E5;
}
.AnyTagClassName
{
color: #C663E5;
}
</style>
background-color css
<style>
a { background-color: #C663E5; }
a { background-color: rgb(198,99,229); }
div.DivClassName
{
background-color: #C663E5;
}
.BgClassName
{
background-color: #C663E5;
}
</style>
border-color css
<style>
span { border-color: #C663E5; }
span { border-color: rgb(198,99,229); }
td.TdClassName
{
border-color: #C663E5;
}
.TagClassName
{
border-color: #C663E5;
}
</style>