Shades of Orchid #C66ED4
Tints of Orchid #C66ED4
RGB
CMYK
RGB Variations
Color information
#C66ED4 (or 0xC66ED4) is known color: Orchid. HEX triplet: C6, 6E and D4. RGB value is (198,110,212). Sum of RGB (Red+Green+Blue) = 198+110+212=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #C66ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED4 is #39912B. Grayscale: #939393. Windows color (decimal): -3772716 or 13921990. OLE color: 13921990.
HSL color Cylindrical-coordinate representation of color #C66ED4: hue angle of 291.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66ED4 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 110 | 212 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.17 |
| HSL | 291.76º | 0.54% | 0.63% | - |
| HSV(B) | 291.76º | 0.48% | 0.83% | - |
| XYZ | 40.75 | 27.91 | 65.53 | - |
| YUV | 147.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 212 | 0.07 | 0.48 | 0 | 0.17 | 291.76 | 0.54 | 0.63 |
| Hex | C6 | 6E | D4 | 7 | 30 | 0 | 11 | 124 | 36 | 3F |
| Octal | 306 | 156 | 324 | 7 | 60 | 0 | 21 | 444 | 66 | 77 |
| Binary | 11000110 | 1101110 | 11010100 | 111 | 110000 | 0 | 10001 | 100100100 | 110110 | 111111 |
Color Harmonies of #C66ED4
Complementary color
Monochromatic Colors of #C66ED4
Black with #C66ED4
Text Example
Text Example
White with #C66ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ED4; }
p { color: rgb(198,110,212); }
H1.HeaderClassName
{
color: #C66ED4;
}
.AnyTagClassName
{
color: #C66ED4;
}
</style>
background-color css
<style>
a { background-color: #C66ED4; }
a { background-color: rgb(198,110,212); }
div.DivClassName
{
background-color: #C66ED4;
}
.BgClassName
{
background-color: #C66ED4;
}
</style>
border-color css
<style>
span { border-color: #C66ED4; }
span { border-color: rgb(198,110,212); }
td.TdClassName
{
border-color: #C66ED4;
}
.TagClassName
{
border-color: #C66ED4;
}
</style>