Shades of Medium Orchid #C466E2
Tints of Medium Orchid #C466E2
RGB
CMYK
RGB Variations
Color information
#C466E2 (or 0xC466E2) is known color: Medium Orchid. HEX triplet: C4, 66 and E2. RGB value is (196,102,226). Sum of RGB (Red+Green+Blue) = 196+102+226=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #C466E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466E2 is #3B991D. Grayscale: #8F8F8F. Windows color (decimal): -3905822 or 14837444. OLE color: 14837444.
HSL color Cylindrical-coordinate representation of color #C466E2: hue angle of 285.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C466E2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 102 | 226 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.11 |
| HSL | 285.48º | 0.68% | 0.64% | - |
| HSV(B) | 285.48º | 0.55% | 0.89% | - |
| XYZ | 41.24 | 26.73 | 74.94 | - |
| YUV | 144.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 226 | 0.13 | 0.55 | 0 | 0.11 | 285.48 | 0.68 | 0.64 |
| Hex | C4 | 66 | E2 | D | 37 | 0 | B | 11D | 44 | 40 |
| Octal | 304 | 146 | 342 | 15 | 67 | 0 | 13 | 435 | 104 | 100 |
| Binary | 11000100 | 1100110 | 11100010 | 1101 | 110111 | 0 | 1011 | 100011101 | 1000100 | 1000000 |
Color Harmonies of #C466E2
Complementary color
Monochromatic Colors of #C466E2
Black with #C466E2
Text Example
Text Example
White with #C466E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466E2; }
p { color: rgb(196,102,226); }
H1.HeaderClassName
{
color: #C466E2;
}
.AnyTagClassName
{
color: #C466E2;
}
</style>
background-color css
<style>
a { background-color: #C466E2; }
a { background-color: rgb(196,102,226); }
div.DivClassName
{
background-color: #C466E2;
}
.BgClassName
{
background-color: #C466E2;
}
</style>
border-color css
<style>
span { border-color: #C466E2; }
span { border-color: rgb(196,102,226); }
td.TdClassName
{
border-color: #C466E2;
}
.TagClassName
{
border-color: #C466E2;
}
</style>