Shades of Medium Orchid #C66CDE
Tints of Medium Orchid #C66CDE
RGB
CMYK
RGB Variations
Color information
#C66CDE (or 0xC66CDE) is known color: Medium Orchid. HEX triplet: C6, 6C and DE. RGB value is (198,108,222). Sum of RGB (Red+Green+Blue) = 198+108+222=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C66CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDE is #399321. Grayscale: #939393. Windows color (decimal): -3773218 or 14576838. OLE color: 14576838.
HSL color Cylindrical-coordinate representation of color #C66CDE: hue angle of 287.37º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66CDE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 108 | 222 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.13 |
| HSL | 287.37º | 0.63% | 0.65% | - |
| HSV(B) | 287.37º | 0.51% | 0.87% | - |
| XYZ | 41.84 | 28 | 72.31 | - |
| YUV | 147.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 222 | 0.11 | 0.51 | 0 | 0.13 | 287.37 | 0.63 | 0.65 |
| Hex | C6 | 6C | DE | B | 33 | 0 | D | 11F | 3F | 41 |
| Octal | 306 | 154 | 336 | 13 | 63 | 0 | 15 | 437 | 77 | 101 |
| Binary | 11000110 | 1101100 | 11011110 | 1011 | 110011 | 0 | 1101 | 100011111 | 111111 | 1000001 |
Color Harmonies of #C66CDE
Complementary color
Monochromatic Colors of #C66CDE
Black with #C66CDE
Text Example
Text Example
White with #C66CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CDE; }
p { color: rgb(198,108,222); }
H1.HeaderClassName
{
color: #C66CDE;
}
.AnyTagClassName
{
color: #C66CDE;
}
</style>
background-color css
<style>
a { background-color: #C66CDE; }
a { background-color: rgb(198,108,222); }
div.DivClassName
{
background-color: #C66CDE;
}
.BgClassName
{
background-color: #C66CDE;
}
</style>
border-color css
<style>
span { border-color: #C66CDE; }
span { border-color: rgb(198,108,222); }
td.TdClassName
{
border-color: #C66CDE;
}
.TagClassName
{
border-color: #C66CDE;
}
</style>