Shades of Orchid #C66DD6
Tints of Orchid #C66DD6
RGB
CMYK
RGB Variations
Color information
#C66DD6 (or 0xC66DD6) is known color: Orchid. HEX triplet: C6, 6D and D6. RGB value is (198,109,214). Sum of RGB (Red+Green+Blue) = 198+109+214=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C66DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DD6 is #399229. Grayscale: #939393. Windows color (decimal): -3772970 or 14052806. OLE color: 14052806.
HSL color Cylindrical-coordinate representation of color #C66DD6: hue angle of 290.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66DD6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 109 | 214 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.16 |
| HSL | 290.86º | 0.56% | 0.63% | - |
| HSV(B) | 290.86º | 0.49% | 0.84% | - |
| XYZ | 40.89 | 27.8 | 66.83 | - |
| YUV | 147.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 214 | 0.07 | 0.49 | 0 | 0.16 | 290.86 | 0.56 | 0.63 |
| Hex | C6 | 6D | D6 | 7 | 31 | 0 | 10 | 123 | 38 | 3F |
| Octal | 306 | 155 | 326 | 7 | 61 | 0 | 20 | 443 | 70 | 77 |
| Binary | 11000110 | 1101101 | 11010110 | 111 | 110001 | 0 | 10000 | 100100011 | 111000 | 111111 |
Color Harmonies of #C66DD6
Complementary color
Monochromatic Colors of #C66DD6
Black with #C66DD6
Text Example
Text Example
White with #C66DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DD6; }
p { color: rgb(198,109,214); }
H1.HeaderClassName
{
color: #C66DD6;
}
.AnyTagClassName
{
color: #C66DD6;
}
</style>
background-color css
<style>
a { background-color: #C66DD6; }
a { background-color: rgb(198,109,214); }
div.DivClassName
{
background-color: #C66DD6;
}
.BgClassName
{
background-color: #C66DD6;
}
</style>
border-color css
<style>
span { border-color: #C66DD6; }
span { border-color: rgb(198,109,214); }
td.TdClassName
{
border-color: #C66DD6;
}
.TagClassName
{
border-color: #C66DD6;
}
</style>