Shades of Orchid #C66DC9
Tints of Orchid #C66DC9
RGB
CMYK
RGB Variations
Color information
#C66DC9 (or 0xC66DC9) is known color: Orchid. HEX triplet: C6, 6D and C9. RGB value is (198,109,201). Sum of RGB (Red+Green+Blue) = 198+109+201=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #C66DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DC9 is #399236. Grayscale: #919191. Windows color (decimal): -3772983 or 13200838. OLE color: 13200838.
HSL color Cylindrical-coordinate representation of color #C66DC9: hue angle of 298.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66DC9 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 109 | 201 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.21 |
| HSL | 298.04º | 0.46% | 0.61% | - |
| HSV(B) | 298.04º | 0.46% | 0.79% | - |
| XYZ | 39.3 | 27.16 | 58.43 | - |
| YUV | 146.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 201 | 0.01 | 0.46 | 0 | 0.21 | 298.04 | 0.46 | 0.61 |
| Hex | C6 | 6D | C9 | 1 | 2E | 0 | 15 | 12A | 2E | 3D |
| Octal | 306 | 155 | 311 | 1 | 56 | 0 | 25 | 452 | 56 | 75 |
| Binary | 11000110 | 1101101 | 11001001 | 1 | 101110 | 0 | 10101 | 100101010 | 101110 | 111101 |
Color Harmonies of #C66DC9
Complementary color
Monochromatic Colors of #C66DC9
Black with #C66DC9
Text Example
Text Example
White with #C66DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DC9; }
p { color: rgb(198,109,201); }
H1.HeaderClassName
{
color: #C66DC9;
}
.AnyTagClassName
{
color: #C66DC9;
}
</style>
background-color css
<style>
a { background-color: #C66DC9; }
a { background-color: rgb(198,109,201); }
div.DivClassName
{
background-color: #C66DC9;
}
.BgClassName
{
background-color: #C66DC9;
}
</style>
border-color css
<style>
span { border-color: #C66DC9; }
span { border-color: rgb(198,109,201); }
td.TdClassName
{
border-color: #C66DC9;
}
.TagClassName
{
border-color: #C66DC9;
}
</style>