Shades of Medium Orchid #C666DD
Tints of Medium Orchid #C666DD
RGB
CMYK
RGB Variations
Color information
#C666DD (or 0xC666DD) is known color: Medium Orchid. HEX triplet: C6, 66 and DD. RGB value is (198,102,221). Sum of RGB (Red+Green+Blue) = 198+102+221=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C666DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666DD is #399922. Grayscale: #8F8F8F. Windows color (decimal): -3774755 or 14509766. OLE color: 14509766.
HSL color Cylindrical-coordinate representation of color #C666DD: hue angle of 288.4º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C666DD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 102 | 221 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.13 |
| HSL | 288.4º | 0.64% | 0.63% | - |
| HSV(B) | 288.4º | 0.54% | 0.87% | - |
| XYZ | 41.09 | 26.73 | 71.4 | - |
| YUV | 144.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 221 | 0.10 | 0.54 | 0 | 0.13 | 288.4 | 0.64 | 0.63 |
| Hex | C6 | 66 | DD | A | 36 | 0 | D | 120 | 40 | 3F |
| Octal | 306 | 146 | 335 | 12 | 66 | 0 | 15 | 440 | 100 | 77 |
| Binary | 11000110 | 1100110 | 11011101 | 1010 | 110110 | 0 | 1101 | 100100000 | 1000000 | 111111 |
Color Harmonies of #C666DD
Complementary color
Monochromatic Colors of #C666DD
Black with #C666DD
Text Example
Text Example
White with #C666DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666DD; }
p { color: rgb(198,102,221); }
H1.HeaderClassName
{
color: #C666DD;
}
.AnyTagClassName
{
color: #C666DD;
}
</style>
background-color css
<style>
a { background-color: #C666DD; }
a { background-color: rgb(198,102,221); }
div.DivClassName
{
background-color: #C666DD;
}
.BgClassName
{
background-color: #C666DD;
}
</style>
border-color css
<style>
span { border-color: #C666DD; }
span { border-color: rgb(198,102,221); }
td.TdClassName
{
border-color: #C666DD;
}
.TagClassName
{
border-color: #C666DD;
}
</style>