Shades of Orchid #C66ED1
Tints of Orchid #C66ED1
RGB
CMYK
RGB Variations
Color information
#C66ED1 (or 0xC66ED1) is known color: Orchid. HEX triplet: C6, 6E and D1. RGB value is (198,110,209). Sum of RGB (Red+Green+Blue) = 198+110+209=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #C66ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED1 is #39912E. Grayscale: #939393. Windows color (decimal): -3772719 or 13725382. OLE color: 13725382.
HSL color Cylindrical-coordinate representation of color #C66ED1: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66ED1 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 110 | 209 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.18 |
| HSL | 293.33º | 0.52% | 0.63% | - |
| HSV(B) | 293.33º | 0.47% | 0.82% | - |
| XYZ | 40.37 | 27.76 | 63.55 | - |
| YUV | 147.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 209 | 0.05 | 0.47 | 0 | 0.18 | 293.33 | 0.52 | 0.63 |
| Hex | C6 | 6E | D1 | 5 | 2F | 0 | 12 | 125 | 34 | 3F |
| Octal | 306 | 156 | 321 | 5 | 57 | 0 | 22 | 445 | 64 | 77 |
| Binary | 11000110 | 1101110 | 11010001 | 101 | 101111 | 0 | 10010 | 100100101 | 110100 | 111111 |
Color Harmonies of #C66ED1
Complementary color
Monochromatic Colors of #C66ED1
Black with #C66ED1
Text Example
Text Example
White with #C66ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ED1; }
p { color: rgb(198,110,209); }
H1.HeaderClassName
{
color: #C66ED1;
}
.AnyTagClassName
{
color: #C66ED1;
}
</style>
background-color css
<style>
a { background-color: #C66ED1; }
a { background-color: rgb(198,110,209); }
div.DivClassName
{
background-color: #C66ED1;
}
.BgClassName
{
background-color: #C66ED1;
}
</style>
border-color css
<style>
span { border-color: #C66ED1; }
span { border-color: rgb(198,110,209); }
td.TdClassName
{
border-color: #C66ED1;
}
.TagClassName
{
border-color: #C66ED1;
}
</style>