Shades of Orchid #C66ED7
Tints of Orchid #C66ED7
RGB
CMYK
RGB Variations
Color information
#C66ED7 (or 0xC66ED7) is known color: Orchid. HEX triplet: C6, 6E and D7. RGB value is (198,110,215). Sum of RGB (Red+Green+Blue) = 198+110+215=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #C66ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED7 is #399128. Grayscale: #939393. Windows color (decimal): -3772713 or 14118598. OLE color: 14118598.
HSL color Cylindrical-coordinate representation of color #C66ED7: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66ED7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 110 | 215 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.16 |
| HSL | 290.29º | 0.57% | 0.64% | - |
| HSV(B) | 290.29º | 0.49% | 0.84% | - |
| XYZ | 41.13 | 28.06 | 67.54 | - |
| YUV | 148.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 215 | 0.08 | 0.49 | 0 | 0.16 | 290.29 | 0.57 | 0.64 |
| Hex | C6 | 6E | D7 | 8 | 31 | 0 | 10 | 122 | 39 | 40 |
| Octal | 306 | 156 | 327 | 10 | 61 | 0 | 20 | 442 | 71 | 100 |
| Binary | 11000110 | 1101110 | 11010111 | 1000 | 110001 | 0 | 10000 | 100100010 | 111001 | 1000000 |
Color Harmonies of #C66ED7
Complementary color
Monochromatic Colors of #C66ED7
Black with #C66ED7
Text Example
Text Example
White with #C66ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ED7; }
p { color: rgb(198,110,215); }
H1.HeaderClassName
{
color: #C66ED7;
}
.AnyTagClassName
{
color: #C66ED7;
}
</style>
background-color css
<style>
a { background-color: #C66ED7; }
a { background-color: rgb(198,110,215); }
div.DivClassName
{
background-color: #C66ED7;
}
.BgClassName
{
background-color: #C66ED7;
}
</style>
border-color css
<style>
span { border-color: #C66ED7; }
span { border-color: rgb(198,110,215); }
td.TdClassName
{
border-color: #C66ED7;
}
.TagClassName
{
border-color: #C66ED7;
}
</style>