Shades of Medium Orchid #C466CD
Tints of Medium Orchid #C466CD
RGB
CMYK
RGB Variations
Color information
#C466CD (or 0xC466CD) is known color: Medium Orchid. HEX triplet: C4, 66 and CD. RGB value is (196,102,205). Sum of RGB (Red+Green+Blue) = 196+102+205=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C466CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CD is #3B9932. Grayscale: #8D8D8D. Windows color (decimal): -3905843 or 13461188. OLE color: 13461188.
HSL color Cylindrical-coordinate representation of color #C466CD: hue angle of 294.76º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C466CD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 102 | 205 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 294.76º | 0.51% | 0.6% | - |
| HSV(B) | 294.76º | 0.5% | 0.8% | - |
| XYZ | 38.54 | 25.65 | 60.68 | - |
| YUV | 141.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 205 | 0.04 | 0.50 | 0 | 0.20 | 294.76 | 0.51 | 0.6 |
| Hex | C4 | 66 | CD | 4 | 32 | 0 | 14 | 127 | 33 | 3C |
| Octal | 304 | 146 | 315 | 4 | 62 | 0 | 24 | 447 | 63 | 74 |
| Binary | 11000100 | 1100110 | 11001101 | 100 | 110010 | 0 | 10100 | 100100111 | 110011 | 111100 |
Color Harmonies of #C466CD
Complementary color
Monochromatic Colors of #C466CD
Black with #C466CD
Text Example
Text Example
White with #C466CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466CD; }
p { color: rgb(196,102,205); }
H1.HeaderClassName
{
color: #C466CD;
}
.AnyTagClassName
{
color: #C466CD;
}
</style>
background-color css
<style>
a { background-color: #C466CD; }
a { background-color: rgb(196,102,205); }
div.DivClassName
{
background-color: #C466CD;
}
.BgClassName
{
background-color: #C466CD;
}
</style>
border-color css
<style>
span { border-color: #C466CD; }
span { border-color: rgb(196,102,205); }
td.TdClassName
{
border-color: #C466CD;
}
.TagClassName
{
border-color: #C466CD;
}
</style>