Shades of Medium Orchid #C66AD4
Tints of Medium Orchid #C66AD4
RGB
CMYK
RGB Variations
Color information
#C66AD4 (or 0xC66AD4) is known color: Medium Orchid. HEX triplet: C6, 6A and D4. RGB value is (198,106,212). Sum of RGB (Red+Green+Blue) = 198+106+212=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #C66AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66AD4 is #39952B. Grayscale: #919191. Windows color (decimal): -3773740 or 13920966. OLE color: 13920966.
HSL color Cylindrical-coordinate representation of color #C66AD4: hue angle of 292.08º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66AD4 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 106 | 212 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.17 |
| HSL | 292.08º | 0.55% | 0.62% | - |
| HSV(B) | 292.08º | 0.5% | 0.83% | - |
| XYZ | 40.33 | 27.07 | 65.39 | - |
| YUV | 145.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 212 | 0.07 | 0.5 | 0 | 0.17 | 292.08 | 0.55 | 0.62 |
| Hex | C6 | 6A | D4 | 7 | 32 | 0 | 11 | 124 | 37 | 3E |
| Octal | 306 | 152 | 324 | 7 | 62 | 0 | 21 | 444 | 67 | 76 |
| Binary | 11000110 | 1101010 | 11010100 | 111 | 110010 | 0 | 10001 | 100100100 | 110111 | 111110 |
Color Harmonies of #C66AD4
Complementary color
Monochromatic Colors of #C66AD4
Black with #C66AD4
Text Example
Text Example
White with #C66AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AD4; }
p { color: rgb(198,106,212); }
H1.HeaderClassName
{
color: #C66AD4;
}
.AnyTagClassName
{
color: #C66AD4;
}
</style>
background-color css
<style>
a { background-color: #C66AD4; }
a { background-color: rgb(198,106,212); }
div.DivClassName
{
background-color: #C66AD4;
}
.BgClassName
{
background-color: #C66AD4;
}
</style>
border-color css
<style>
span { border-color: #C66AD4; }
span { border-color: rgb(198,106,212); }
td.TdClassName
{
border-color: #C66AD4;
}
.TagClassName
{
border-color: #C66AD4;
}
</style>