Shades of Medium Orchid #C66EDE
Tints of Medium Orchid #C66EDE
RGB
CMYK
RGB Variations
Color information
#C66EDE (or 0xC66EDE) is known color: Medium Orchid. HEX triplet: C6, 6E and DE. RGB value is (198,110,222). Sum of RGB (Red+Green+Blue) = 198+110+222=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C66EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EDE is #399121. Grayscale: #949494. Windows color (decimal): -3772706 or 14577350. OLE color: 14577350.
HSL color Cylindrical-coordinate representation of color #C66EDE: hue angle of 287.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66EDE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 110 | 222 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.13 |
| HSL | 287.14º | 0.63% | 0.65% | - |
| HSV(B) | 287.14º | 0.5% | 0.87% | - |
| XYZ | 42.05 | 28.43 | 72.38 | - |
| YUV | 149.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 222 | 0.11 | 0.50 | 0 | 0.13 | 287.14 | 0.63 | 0.65 |
| Hex | C6 | 6E | DE | B | 32 | 0 | D | 11F | 3F | 41 |
| Octal | 306 | 156 | 336 | 13 | 62 | 0 | 15 | 437 | 77 | 101 |
| Binary | 11000110 | 1101110 | 11011110 | 1011 | 110010 | 0 | 1101 | 100011111 | 111111 | 1000001 |
Color Harmonies of #C66EDE
Complementary color
Monochromatic Colors of #C66EDE
Black with #C66EDE
Text Example
Text Example
White with #C66EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EDE; }
p { color: rgb(198,110,222); }
H1.HeaderClassName
{
color: #C66EDE;
}
.AnyTagClassName
{
color: #C66EDE;
}
</style>
background-color css
<style>
a { background-color: #C66EDE; }
a { background-color: rgb(198,110,222); }
div.DivClassName
{
background-color: #C66EDE;
}
.BgClassName
{
background-color: #C66EDE;
}
</style>
border-color css
<style>
span { border-color: #C66EDE; }
span { border-color: rgb(198,110,222); }
td.TdClassName
{
border-color: #C66EDE;
}
.TagClassName
{
border-color: #C66EDE;
}
</style>