Shades of Medium Orchid #C66DDC
Tints of Medium Orchid #C66DDC
RGB
CMYK
RGB Variations
Color information
#C66DDC (or 0xC66DDC) is known color: Medium Orchid. HEX triplet: C6, 6D and DC. RGB value is (198,109,220). Sum of RGB (Red+Green+Blue) = 198+109+220=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DDC is #399223. Grayscale: #939393. Windows color (decimal): -3772964 or 14446022. OLE color: 14446022.
HSL color Cylindrical-coordinate representation of color #C66DDC: hue angle of 288.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66DDC is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 109 | 220 | - |
| CMYK | 0.1 | 0.50 | 0 | 0.14 |
| HSL | 288.11º | 0.61% | 0.65% | - |
| HSV(B) | 288.11º | 0.5% | 0.86% | - |
| XYZ | 41.68 | 28.11 | 70.94 | - |
| YUV | 148.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 220 | 0.1 | 0.50 | 0 | 0.14 | 288.11 | 0.61 | 0.65 |
| Hex | C6 | 6D | DC | A | 32 | 0 | E | 120 | 3D | 41 |
| Octal | 306 | 155 | 334 | 12 | 62 | 0 | 16 | 440 | 75 | 101 |
| Binary | 11000110 | 1101101 | 11011100 | 1010 | 110010 | 0 | 1110 | 100100000 | 111101 | 1000001 |
Color Harmonies of #C66DDC
Complementary color
Monochromatic Colors of #C66DDC
Black with #C66DDC
Text Example
Text Example
White with #C66DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DDC; }
p { color: rgb(198,109,220); }
H1.HeaderClassName
{
color: #C66DDC;
}
.AnyTagClassName
{
color: #C66DDC;
}
</style>
background-color css
<style>
a { background-color: #C66DDC; }
a { background-color: rgb(198,109,220); }
div.DivClassName
{
background-color: #C66DDC;
}
.BgClassName
{
background-color: #C66DDC;
}
</style>
border-color css
<style>
span { border-color: #C66DDC; }
span { border-color: rgb(198,109,220); }
td.TdClassName
{
border-color: #C66DDC;
}
.TagClassName
{
border-color: #C66DDC;
}
</style>