Shades of Medium Orchid #C466DC
Tints of Medium Orchid #C466DC
RGB
CMYK
RGB Variations
Color information
#C466DC (or 0xC466DC) is known color: Medium Orchid. HEX triplet: C4, 66 and DC. RGB value is (196,102,220). Sum of RGB (Red+Green+Blue) = 196+102+220=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C466DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466DC is #3B9923. Grayscale: #8F8F8F. Windows color (decimal): -3905828 or 14444228. OLE color: 14444228.
HSL color Cylindrical-coordinate representation of color #C466DC: hue angle of 287.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C466DC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 102 | 220 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.14 |
| HSL | 287.8º | 0.63% | 0.63% | - |
| HSV(B) | 287.8º | 0.54% | 0.86% | - |
| XYZ | 40.43 | 26.41 | 70.68 | - |
| YUV | 143.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 220 | 0.11 | 0.54 | 0 | 0.14 | 287.8 | 0.63 | 0.63 |
| Hex | C4 | 66 | DC | B | 36 | 0 | E | 120 | 3F | 3F |
| Octal | 304 | 146 | 334 | 13 | 66 | 0 | 16 | 440 | 77 | 77 |
| Binary | 11000100 | 1100110 | 11011100 | 1011 | 110110 | 0 | 1110 | 100100000 | 111111 | 111111 |
Color Harmonies of #C466DC
Complementary color
Monochromatic Colors of #C466DC
Black with #C466DC
Text Example
Text Example
White with #C466DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466DC; }
p { color: rgb(196,102,220); }
H1.HeaderClassName
{
color: #C466DC;
}
.AnyTagClassName
{
color: #C466DC;
}
</style>
background-color css
<style>
a { background-color: #C466DC; }
a { background-color: rgb(196,102,220); }
div.DivClassName
{
background-color: #C466DC;
}
.BgClassName
{
background-color: #C466DC;
}
</style>
border-color css
<style>
span { border-color: #C466DC; }
span { border-color: rgb(196,102,220); }
td.TdClassName
{
border-color: #C466DC;
}
.TagClassName
{
border-color: #C466DC;
}
</style>